Skip to content

Commit e5ed0a0

Browse files
authored
add 17 resources
1 parent ebc4ffb commit e5ed0a0

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

README.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
- [ThinkCMF](https://github.com/thinkcmf/thinkcmf) - 后台内容管理框架,基于 ThinkPHP5
4545
- [RhaPHP](https://github.com/geesondog/rhaphp) - 微信开发、小程序开发、微信公众号管理系统
4646
- [OneBase](https://gitee.com/Bigotry/OneBase) - 基于 ThinkPHP5 的后台开发框架
47+
- [RageFrame2](https://github.com/jianyan74/rageframe2) - 基于Yii2快速业务开发框架
48+
- [yaldash](https://github.com/getspooky/yaldash) - Laravel 后台管理
4749

4850

4951
## 成品软件
@@ -64,8 +66,11 @@
6466

6567

6668
### CMS
69+
- [WordPress](https://github.com/WordPress/WordPress) - 世界上应用最广泛的 Web 软件
70+
- [WordPlate](https://github.com/wordplate/wordplate) - 对 WordPress 进行了改造包装,支持 Composer、插件管理、Laravel Mix 等
6771
- [Grav](https://github.com/getgrav/grav) - 基于文件的 CMS
6872
- [October](https://github.com/octobercms/october) - 基于 Laravel 开发的 CMS
73+
- [Winter](https://github.com/wintercms/winter) 基于 Laravel 的 CMS
6974

7075

7176
### 社区
@@ -75,6 +80,10 @@
7580
- [Koel](https://github.com/phanan/koel) - 音乐社区🎵
7681

7782

83+
### 电商
84+
- [TinyShop](https://github.com/jianyan74/TinyShop) - 支持微信、分销、客服的电商软件
85+
86+
7887
### 文件管理
7988
- [Nextcloud Server](https://github.com/nextcloud/server) - 基于 PHP 的私有云服务
8089
- [Cloudreve](https://github.com/HFO4/Cloudreve) - 支持多家云存储的云盘系统
@@ -195,7 +204,8 @@
195204
- [**PHPBrew**](https://github.com/phpbrew/phpbrew) - PHP版本&扩展管理工具
196205
- [X-Prober](https://github.com/kmvan/x-prober) - PHP探针
197206
- [Countries](https://github.com/mledoze/countries) - World countries in JSON, CSV, XML and YAML.
198-
- [PHP dotenv](https://github.com/vlucas/phpdotenv) - PHP `.env` 环境配置管理
207+
- [phpdotenv](https://github.com/vlucas/phpdotenv) - PHP `.env` 环境配置管理
208+
- [symfony/dotenv](https://github.com/symfony/dotenv)
199209
- [ramsey/uuid](https://github.com/ramsey/uuid) - uuid 生成器
200210
- [Linfo](https://github.com/jrgp/linfo) - Server stats UI/library
201211
- [PHP-Casbin](https://github.com/php-casbin/php-casbin) - 访问控制框架,支持 ACL、RBAC、ABAC 多种模型
@@ -212,6 +222,8 @@
212222
- [Docker Tutorials and Labs](https://github.com/docker/labs)
213223
- [easytbk](https://github.com/niugengyun/easytbk) - 淘客六合一SDK,支持淘宝联盟、京东联盟、多多进宝、唯品会、苏宁、蘑菇街
214224
- [PHP-Scoper](https://github.com/humbug/php-scoper) - 隔离代码,方便打包成 PHAR
225+
- [TNTSearch](https://github.com/teamtnt/tntsearch) - 纯 PHP 实现的全文搜索引擎
226+
- [Symfony Polyfill](https://github.com/symfony/polyfill) - 补齐低版本不支持的功能
215227

216228

217229
### 路由
@@ -248,7 +260,6 @@
248260
- [VicWord](https://github.com/lizhichao/VicWord) - 分词
249261
- [PHPVerbalExpressions](https://github.com/VerbalExpressions/PHPVerbalExpressions) - 更优雅的书写正则方式,就像 SQL Builder 一样
250262
- [Doctrine Inflector](https://github.com/doctrine/inflector)
251-
- [ReflectionDocBlock](https://github.com/phpDocumentor/ReflectionDocBlock) - PHP 注释块解析
252263

253264

254265
### 算法
@@ -257,8 +268,11 @@
257268

258269

259270
### 语法解析
260-
- [Tolerant PHP Parser](https://github.com/microsoft/tolerant-php-parser)
261-
- [PHP-Parser](https://github.com/nikic/PHP-Parser) - PHP 解析器
271+
- [Tolerant PHP Parser](https://github.com/microsoft/tolerant-php-parser) - 微软出品的 PHP 语法解析器
272+
- [PHP-Parser](https://github.com/nikic/PHP-Parser) - PHP 语法解析器
273+
- [expression-language](https://github.com/symfony/expression-language) - 表达式解析&运算
274+
- [TypeResolver](https://github.com/phpDocumentor/TypeResolver) - TypeResolver and FqsenResolver
275+
- [ReflectionDocBlock](https://github.com/phpDocumentor/ReflectionDocBlock) - PHP 注释块解析
262276

263277

264278
### 代码检查/静态分析
@@ -274,6 +288,7 @@
274288
- [Doctrine Lexer](https://github.com/doctrine/lexer)
275289
- [BetterReflection](https://github.com/Roave/BetterReflection) - 基于AST的反射库,允许分析操作代码
276290
- [PHP Analyzer](https://github.com/scrutinizer-ci/php-analyzer) - 执行和编译器相同的流动分析
291+
- [phpspy](https://github.com/adsr/phpspy) - PHP 性能分析工具,支持火焰图
277292

278293

279294
### CLI
@@ -324,6 +339,7 @@
324339
### 时间/日期
325340
- [Chinese calendar](https://github.com/overtrue/chinese-calendar) - 中国农历(阴历)与阳历(公历)转换与查询工具
326341
- [Carbon](https://github.com/briannesbitt/Carbon) - 时间日期处理类
342+
- [php-timer](https://github.com/sebastianbergmann/php-timer)
327343

328344

329345
### 微信
@@ -422,18 +438,20 @@
422438
+ [Parsedown](https://github.com/erusev/parsedown) - Markdown 解析类
423439
+ [CommonMark](https://github.com/thephpleague/commonmark)
424440
+ [HTML To Markdown for PHP](https://github.com/thephpleague/html-to-markdown)
441+
+ [cebe/markdown](https://github.com/cebe/markdown)
425442

426443

427444
### 邮件
428-
+ [Swift Mailer](http://swiftmailer.org) - PHP 邮件库
445+
+ [Swift Mailer](https://github.com/swiftmailer/swiftmailer) - PHP 邮件库
429446
+ [PHPMailer](https://github.com/PHPMailer/PHPMailer)
430447
+ [EmailValidator](https://github.com/egulias/EmailValidator) - 邮箱地址验证
448+
+ [RainLoop Webmail](https://github.com/RainLoop/rainloop-webmail) - Web 邮件客户端
449+
+ [AnonAddy](https://github.com/anonaddy/anonaddy) - 匿名邮件转发服务
431450

432451

433452
### Office
434453
+ [PHPWord](https://github.com/PHPOffice/PHPWord)
435-
+ [PHPExcel](https://github.com/PHPOffice/PHPExcel) - 项目已不再维护,请使用[PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet)
436-
+ [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet)
454+
+ [PHPExcel](https://github.com/PHPOffice/PhpSpreadsheet)
437455
+ [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation)
438456
+ [CSV](https://github.com/thephpleague/csv) - CSV 操作类
439457
+ [Simple Excel](https://github.com/faisalman/simple-excel-php)
@@ -471,6 +489,7 @@
471489
### 表单校验
472490
- [Respect/Validation](https://github.com/Respect/Validation) - 校验工具
473491
- [siriusphp/validation](https://github.com/siriusphp/validation)
492+
- [valitron](https://github.com/vlucas/valitron)
474493

475494

476495
### 测试框架
@@ -509,7 +528,13 @@
509528
+ [ColorExtractor](https://github.com/thephpleague/color-extractor) - 获取图片中的颜色
510529
+ [Captcha](https://github.com/Gregwar/Captcha) - 验证码
511530
+ [Lychee](https://github.com/electerious/Lychee) - 图片管理系统
531+
532+
533+
### 工作流
534+
- [Workflow](https://github.com/symfony/workflow)
512535
+ [Workflower](https://github.com/phpmentors-jp/workflower) - BPMN 2.0 workflow engine for PHP
536+
+ [PVM](https://github.com/formapro/pvm) - Build workflows, activities, BPMN like processes, or state machines with PVM
537+
+ [Nayra](https://github.com/ProcessMaker/nayra) - BPMN workflow engine
513538

514539

515540
### 视频

0 commit comments

Comments
 (0)