Skip to content

Commit 924cb49

Browse files
committed
add 9 resources
1 parent 4e677ad commit 924cb49

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- [OneBase](https://gitee.com/Bigotry/OneBase) - 基于 ThinkPHP5 的后台开发框架
5151
- [RageFrame2](https://github.com/jianyan74/rageframe2) - 基于Yii2快速业务开发框架
5252
- [yaldash](https://github.com/getspooky/yaldash) - Laravel 后台管理
53+
- [Backpack](https://github.com/Laravel-Backpack/CRUD) - 基于 `Laravel` 快速构建管理后台
5354

5455

5556
## 成品软件
@@ -63,7 +64,7 @@
6364
- [MeEdu](https://github.com/Qsnh/meedu) - 基于 Laravel 开发的在线点播系统
6465
- [Cachet](https://github.com/CachetHQ/Cachet) - The open source status page system
6566
- [Magento](https://github.com/magento/magento2) - 电商系统
66-
- [Monica](https://github.com/monicahq/monica) - 个人 CRM
67+
- [Monica](https://github.com/monicahq/monica) - 个人 CRM,管理朋友、家庭、业务关系
6768
- [PHP Server Monitor](https://github.com/phpservermon/phpservermon) - 服务器监控工具
6869
- [phpSysInfo](https://github.com/phpsysinfo/phpsysinfo) - 系统信息展示
6970
- [YouPHPTube](https://github.com/YouPHPTube/YouPHPTube) - YouTube 克隆工具
@@ -239,6 +240,7 @@
239240
- [vphar-io/version](https://github.com/phar-io/version) - 语义化版本
240241
- [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) - 为常见网站生成 RSS
241242
- [Money](https://github.com/moneyphp/money) - 货币处理
243+
- [Simple Local Avatars](https://github.com/10up/simple-local-avatars) - 给 Wordpress 增加 Avatar 功能,就像 Gravatar 一样
242244

243245

244246
### 路由
@@ -304,6 +306,8 @@
304306
- [BetterReflection](https://github.com/Roave/BetterReflection) - 基于AST的反射库,允许分析操作代码
305307
- [PHP Analyzer](https://github.com/scrutinizer-ci/php-analyzer) - 执行和编译器相同的流动分析
306308
- [phpspy](https://github.com/adsr/phpspy) - PHP 性能分析工具,支持火焰图
309+
- [PHP Insights](https://github.com/nunomaduro/phpinsights) - PHP 代码质量检查命令行工具
310+
- [Larastan](https://github.com/nunomaduro/larastan) - Laravel 代码分析工具
307311

308312

309313
### CLI
@@ -317,12 +321,15 @@
317321
- [symfony/console](https://github.com/symfony/console)
318322
- [Termage](https://github.com/termage/termage)
319323
- [cli-prompt](https://github.com/Seldaek/cli-prompt)
324+
- [Laravel Zero](https://github.com/laravel-zero/laravel-zero) - 基于 Laravel 的命令应用开发框架
325+
- [Termwind](https://github.com/nunomaduro/termwind) - 使用 Tailwind CSS 样式开发命令行应用的框架
320326

321327

322328
### 错误/异常
323329
- [Whoops](https://github.com/filp/whoops) - 异常/错误处理类
324330
- [BooBoo](https://github.com/thephpleague/booboo) - 异常/错误处理类
325331
- [PHP-Error](https://github.com/JosephLenton/PHP-Error)
332+
- [Collision](https://github.com/nunomaduro/collision) - 命令行应用错误美化展示
326333

327334

328335
### 调试工具
@@ -372,7 +379,6 @@
372379
+ [PHP-Spider](https://github.com/mvdbos/php-spider)
373380
+ [QueryList](https://github.com/jae-jae/QueryList)
374381
+ [Goutte](https://github.com/fabpot/Goutte) - 一个抓取网站数据的 PHP 库
375-
+ [PHPcrawer](https://github.com/mmerian/phpcrawl)
376382
+ [Blackfire Player](https://github.com/blackfireio/player) - Blackfire Player is a powerful Web Crawling, Web Testing, and Web Scraper application
377383

378384

@@ -521,6 +527,7 @@
521527
+ [Enhance-PHP](https://github.com/Enhance-PHP/Enhance-PHP) - 单元测试框架
522528
+ [Mockery](https://github.com/mockery/mockery)
523529
+ [paratest](https://github.com/paratestphp/paratest) - PHPUnit 并行测试
530+
+ [Pest](https://github.com/pestphp/pest)
524531

525532

526533
### 模板引擎
@@ -549,6 +556,7 @@
549556
+ [ColorExtractor](https://github.com/thephpleague/color-extractor) - 获取图片中的颜色
550557
+ [Captcha](https://github.com/Gregwar/Captcha) - 验证码
551558
+ [Lychee](https://github.com/electerious/Lychee) - 图片管理系统
559+
+ [PicUploader](https://github.com/xiebruce/PicUploader) - 图床工具
552560

553561

554562
### 工作流

0 commit comments

Comments
 (0)