|
44 | 44 | - [ThinkCMF](https://github.com/thinkcmf/thinkcmf) - 后台内容管理框架,基于 ThinkPHP5 |
45 | 45 | - [RhaPHP](https://github.com/geesondog/rhaphp) - 微信开发、小程序开发、微信公众号管理系统 |
46 | 46 | - [OneBase](https://gitee.com/Bigotry/OneBase) - 基于 ThinkPHP5 的后台开发框架 |
| 47 | +- [RageFrame2](https://github.com/jianyan74/rageframe2) - 基于Yii2快速业务开发框架 |
| 48 | +- [yaldash](https://github.com/getspooky/yaldash) - Laravel 后台管理 |
47 | 49 |
|
48 | 50 |
|
49 | 51 | ## 成品软件 |
|
64 | 66 |
|
65 | 67 |
|
66 | 68 | ### CMS |
| 69 | +- [WordPress](https://github.com/WordPress/WordPress) - 世界上应用最广泛的 Web 软件 |
| 70 | +- [WordPlate](https://github.com/wordplate/wordplate) - 对 WordPress 进行了改造包装,支持 Composer、插件管理、Laravel Mix 等 |
67 | 71 | - [Grav](https://github.com/getgrav/grav) - 基于文件的 CMS |
68 | 72 | - [October](https://github.com/octobercms/october) - 基于 Laravel 开发的 CMS |
| 73 | +- [Winter](https://github.com/wintercms/winter) 基于 Laravel 的 CMS |
69 | 74 |
|
70 | 75 |
|
71 | 76 | ### 社区 |
|
75 | 80 | - [Koel](https://github.com/phanan/koel) - 音乐社区🎵 |
76 | 81 |
|
77 | 82 |
|
| 83 | +### 电商 |
| 84 | +- [TinyShop](https://github.com/jianyan74/TinyShop) - 支持微信、分销、客服的电商软件 |
| 85 | + |
| 86 | + |
78 | 87 | ### 文件管理 |
79 | 88 | - [Nextcloud Server](https://github.com/nextcloud/server) - 基于 PHP 的私有云服务 |
80 | 89 | - [Cloudreve](https://github.com/HFO4/Cloudreve) - 支持多家云存储的云盘系统 |
|
195 | 204 | - [**PHPBrew**](https://github.com/phpbrew/phpbrew) - PHP版本&扩展管理工具 |
196 | 205 | - [X-Prober](https://github.com/kmvan/x-prober) - PHP探针 |
197 | 206 | - [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) |
199 | 209 | - [ramsey/uuid](https://github.com/ramsey/uuid) - uuid 生成器 |
200 | 210 | - [Linfo](https://github.com/jrgp/linfo) - Server stats UI/library |
201 | 211 | - [PHP-Casbin](https://github.com/php-casbin/php-casbin) - 访问控制框架,支持 ACL、RBAC、ABAC 多种模型 |
|
212 | 222 | - [Docker Tutorials and Labs](https://github.com/docker/labs) |
213 | 223 | - [easytbk](https://github.com/niugengyun/easytbk) - 淘客六合一SDK,支持淘宝联盟、京东联盟、多多进宝、唯品会、苏宁、蘑菇街 |
214 | 224 | - [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) - 补齐低版本不支持的功能 |
215 | 227 |
|
216 | 228 |
|
217 | 229 | ### 路由 |
|
248 | 260 | - [VicWord](https://github.com/lizhichao/VicWord) - 分词 |
249 | 261 | - [PHPVerbalExpressions](https://github.com/VerbalExpressions/PHPVerbalExpressions) - 更优雅的书写正则方式,就像 SQL Builder 一样 |
250 | 262 | - [Doctrine Inflector](https://github.com/doctrine/inflector) |
251 | | -- [ReflectionDocBlock](https://github.com/phpDocumentor/ReflectionDocBlock) - PHP 注释块解析 |
252 | 263 |
|
253 | 264 |
|
254 | 265 | ### 算法 |
|
257 | 268 |
|
258 | 269 |
|
259 | 270 | ### 语法解析 |
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 注释块解析 |
262 | 276 |
|
263 | 277 |
|
264 | 278 | ### 代码检查/静态分析 |
|
274 | 288 | - [Doctrine Lexer](https://github.com/doctrine/lexer) |
275 | 289 | - [BetterReflection](https://github.com/Roave/BetterReflection) - 基于AST的反射库,允许分析操作代码 |
276 | 290 | - [PHP Analyzer](https://github.com/scrutinizer-ci/php-analyzer) - 执行和编译器相同的流动分析 |
| 291 | +- [phpspy](https://github.com/adsr/phpspy) - PHP 性能分析工具,支持火焰图 |
277 | 292 |
|
278 | 293 |
|
279 | 294 | ### CLI |
|
324 | 339 | ### 时间/日期 |
325 | 340 | - [Chinese calendar](https://github.com/overtrue/chinese-calendar) - 中国农历(阴历)与阳历(公历)转换与查询工具 |
326 | 341 | - [Carbon](https://github.com/briannesbitt/Carbon) - 时间日期处理类 |
| 342 | +- [php-timer](https://github.com/sebastianbergmann/php-timer) |
327 | 343 |
|
328 | 344 |
|
329 | 345 | ### 微信 |
|
422 | 438 | + [Parsedown](https://github.com/erusev/parsedown) - Markdown 解析类 |
423 | 439 | + [CommonMark](https://github.com/thephpleague/commonmark) |
424 | 440 | + [HTML To Markdown for PHP](https://github.com/thephpleague/html-to-markdown) |
| 441 | ++ [cebe/markdown](https://github.com/cebe/markdown) |
425 | 442 |
|
426 | 443 |
|
427 | 444 | ### 邮件 |
428 | | -+ [Swift Mailer](http://swiftmailer.org) - PHP 邮件库 |
| 445 | ++ [Swift Mailer](https://github.com/swiftmailer/swiftmailer) - PHP 邮件库 |
429 | 446 | + [PHPMailer](https://github.com/PHPMailer/PHPMailer) |
430 | 447 | + [EmailValidator](https://github.com/egulias/EmailValidator) - 邮箱地址验证 |
| 448 | ++ [RainLoop Webmail](https://github.com/RainLoop/rainloop-webmail) - Web 邮件客户端 |
| 449 | ++ [AnonAddy](https://github.com/anonaddy/anonaddy) - 匿名邮件转发服务 |
431 | 450 |
|
432 | 451 |
|
433 | 452 | ### Office |
434 | 453 | + [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) |
437 | 455 | + [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) |
438 | 456 | + [CSV](https://github.com/thephpleague/csv) - CSV 操作类 |
439 | 457 | + [Simple Excel](https://github.com/faisalman/simple-excel-php) |
|
471 | 489 | ### 表单校验 |
472 | 490 | - [Respect/Validation](https://github.com/Respect/Validation) - 校验工具 |
473 | 491 | - [siriusphp/validation](https://github.com/siriusphp/validation) |
| 492 | +- [valitron](https://github.com/vlucas/valitron) |
474 | 493 |
|
475 | 494 |
|
476 | 495 | ### 测试框架 |
|
509 | 528 | + [ColorExtractor](https://github.com/thephpleague/color-extractor) - 获取图片中的颜色 |
510 | 529 | + [Captcha](https://github.com/Gregwar/Captcha) - 验证码 |
511 | 530 | + [Lychee](https://github.com/electerious/Lychee) - 图片管理系统 |
| 531 | + |
| 532 | + |
| 533 | +### 工作流 |
| 534 | +- [Workflow](https://github.com/symfony/workflow) |
512 | 535 | + [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 |
513 | 538 |
|
514 | 539 |
|
515 | 540 | ### 视频 |
|
0 commit comments