Skip to content

Commit 10c1d20

Browse files
authored
update awesome
1 parent 62f78d3 commit 10c1d20

File tree

1 file changed

+34
-17
lines changed

1 file changed

+34
-17
lines changed

README.md

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- [PHP Weekly](http://www.phpweekly.com)
2828
- [CodeVisually](http://codevisually.com)
2929
- [**PHP League**](http://thephpleague.com/zh-cn/)
30-
- [KnpLabs](http://knplabs.com)
30+
- [**KnpLabs**](http://knplabs.com) - Object oriented Menus for your Symfony projects
3131

3232

3333
## 项目框架
@@ -41,20 +41,33 @@
4141
## 成品软件
4242

4343
### 未归类
44-
- [**Matomo**](https://github.com/matomo-org/matomo) - 开源 Web 统计软件
44+
- [**Matomo**](https://github.com/matomo-org/matomo) - 开源 Web 统计软件,原 Piwik
4545
- [DuckChat](https://github.com/duckchat/gaga) - 私有聊天软件
4646
- [BookStack](https://github.com/BookStackApp/BookStack) - 类 wiki 和在线书籍写作平台
4747
- [SmartWiki](https://github.com/lifei6671/SmartWiki) - 支持 Markdown 的文档工具
4848
- [Codiad](https://github.com/Codiad/Codiad) - Web 在线 IDE
49-
- [MeEdu](https://github.com/Qsnh/meedu) - 基于Laravel开发的在线点播系统
49+
- [MeEdu](https://github.com/Qsnh/meedu) - 基于 Laravel 开发的在线点播系统
5050
- [Cachet](https://github.com/CachetHQ/Cachet) - The open source status page system
51+
- [Magento](https://github.com/magento/magento2) - 电商系统
52+
- [Monica](https://github.com/monicahq/monica) - 个人 CRM
53+
54+
55+
### CMS
56+
- [Grav](https://github.com/getgrav/grav) - 基于文件的 CMS
57+
- [October](https://github.com/octobercms/october) - 基于 Laravel 开发的 CMS
5158

5259

5360
### 社区
5461
- [Flarum](https://github.com/flarum/flarum) - 基于 PHP 和 Mithril.js 开发的轻社区
5562
- [PHPDish](https://github.com/slince/phpdish) - 基于 Symfony 框架开发的内容社区系统
5663

5764

65+
### 文件管理
66+
- [Nextcloud Server](https://github.com/nextcloud/server) - 基于 PHP 的私有云服务
67+
- [Cloudreve](https://github.com/HFO4/Cloudreve) - 支持多家云存储的云盘系统
68+
- [Flysystem](https://github.com/thephpleague/flysystem) - 支持几十种驱动的文件管理库
69+
70+
5871
### 微信相关
5972
- [来客电商](https://gitee.com/laiketui/open) - 微信小程序电商平台
6073
- [萤火小程序商城](https://gitee.com/xany/bestshop-php)
@@ -103,12 +116,14 @@
103116
- [QPM](https://github.com/Comos/qpm) - Quick PHP进程管理框架
104117
- [Zan PHP Framework](https://github.com/youzan/zan) - 有赞团队开源的基于 PHP 协程的网络服务框架
105118
- [Swoole](http://www.swoole.com) - PHP语言的高性能网络通信框架
119+
- [Phalcon](https://github.com/phalcon/cphalcon) - 扩展型框架
106120
- [React](http://reactphp.org) - 异步框架(PHP版node.js)
107121
- [Zephir](http://zephir-lang.com) [[*GitHub*](https://github.com/phalcon/zephir)] - 可以用近似PHP的一种中间代码写程序,然后自动转为C++,并作为扩展来运行
108122
- [Yaf](https://github.com/laruence/php-yaf) - 鸟哥写的扩展型框架
109123
- [APIx](https://github.com/frqnck/apix)
110124
- [Go!](http://go.aopphp.com) [[*GitHub*](https://github.com/goaop/framework)] - PHP AOP框架
111125
- [Fat-Free Framework](https://github.com/bcosca/fatfree)
126+
- [CakePHP](https://github.com/cakephp/cakephp) - 老牌框架
112127

113128

114129

@@ -168,6 +183,7 @@
168183
- [Linfo](https://github.com/jrgp/linfo) - Server stats UI/library
169184
- [PHP-Casbin](https://github.com/php-casbin/php-casbin) - 访问控制框架,支持 ACL、RBAC、ABAC 多种模型
170185
- [Payment](https://github.com/helei112g/payment) - 一个集成了支付宝支付、微信支付、招商支付的 PHP SDK
186+
- [EmojiOne](https://github.com/emojione/emojione)
171187

172188

173189
### 路由
@@ -195,11 +211,6 @@
195211
- [BotMan](https://github.com/botman/botman) - 一个框架PHP库构建聊天机器人
196212

197213

198-
### 文件管理
199-
- [Nextcloud Server](https://github.com/nextcloud/server) - 基于 PHP 的私有云服务
200-
- [Cloudreve](https://github.com/HFO4/Cloudreve) - 支持多家云存储的云盘系统
201-
202-
203214
### 文本处理
204215
- [pangu.php](https://github.com/Rakume/pangu.php) - 自动添加文本的空格
205216
- [TOML parser for PHP](https://github.com/yosymfony/toml)
@@ -221,12 +232,12 @@
221232

222233
### CLI
223234
- [**CLImate**](https://github.com/thephpleague/climate) - 更好的命令行输出
224-
+ [phpsh](http://www.phpsh.org) [[*GitHub*](https://github.com/facebookarchive/phpsh)]
225-
+ [psysh](http://psysh.org) [[*GitHub*](https://github.com/bobthecow/psysh)]
226-
+ [Boris](https://github.com/borisrepl/boris)
227-
+ [CLIFramework](https://github.com/c9s/CLIFramework) - CLI框架
228-
+ [console tool](https://github.com/inhere/php-console) - PHP命令行应用库
229-
+ [clue/commander](https://github.com/clue/php-commander)
235+
- [phpsh](http://www.phpsh.org) [[*GitHub*](https://github.com/facebookarchive/phpsh)]
236+
- [psysh](https://github.com/bobthecow/psysh)
237+
- [Boris](https://github.com/borisrepl/boris)
238+
- [CLIFramework](https://github.com/c9s/CLIFramework) - CLI框架
239+
- [console tool](https://github.com/inhere/php-console) - PHP命令行应用库
240+
- [clue/commander](https://github.com/clue/php-commander)
230241

231242

232243
### 错误/异常
@@ -290,13 +301,17 @@
290301

291302

292303
### OAuth
293-
+ [PHP搭建OAuth2.0](http://www.zyuns.com/?page_id=188)
294304
+ [oauth2-server-php](https://github.com/bshaffer/oauth2-server-php)
295305
+ [OAuth2-PHP](http://code.google.com/p/oauth2-php/)
296306
+ [Opauth](https://github.com/opauth/opauth)
297307
+ [OAuth 2.0 Server](https://github.com/thephpleague/oauth2-server)
298308
+ [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client)
299309
+ [Socialite](https://github.com/overtrue/socialite)
310+
+ [HWIOAuthBundle](https://github.com/hwi/HWIOAuthBundle) - OAuth client integration for Symfony.
311+
312+
313+
### Auth
314+
- [jwt-auth](https://github.com/tymondesigns/jwt-auth) - JSON Web Token Authentication for Laravel & Lumen
300315

301316

302317
### API文档
@@ -342,6 +357,7 @@
342357
+ [Predis](https://github.com/nrk/predis) - 纯 PHP 实现的 Redis 操作库
343358
+ [Monga](https://github.com/thephpleague/monga) - 纯 PHP 实现的 MongoDB 操作库
344359
+ [php-lrucache](https://github.com/rogeriopvl/php-lrucache) - LRU 算法缓存实现
360+
+ [PhpRedis](https://github.com/phpredis/phpredis) - Redis 客户端扩展
345361

346362

347363
### Markdown
@@ -353,7 +369,7 @@
353369

354370

355371
### 邮件
356-
+ [Swift Mailer](http://swiftmailer.org) - PHP邮件库
372+
+ [Swift Mailer](http://swiftmailer.org) - PHP 邮件库
357373
+ [PHPMailer](https://github.com/PHPMailer/PHPMailer)
358374

359375

@@ -391,7 +407,7 @@
391407
+ [PHPSpec](http://www.phpspec.net) - SpecBDD测试框架
392408
+ [Behat](http://behat.org) - StoryBDD测试框架
393409
+ [Codeception](http://codeception.com) - BDD全栈测试框架
394-
+ [PHPUnit](https://phpunit.de) - 单元测试框架
410+
+ [PHPUnit](https://github.com/sebastianbergmann/phpunit) - 单元测试框架
395411
+ [atoum](https://github.com/atoum/atoum) - 单元测试框架
396412
+ [Enhance-PHP](https://github.com/Enhance-PHP/Enhance-PHP) - 单元测试框架
397413
+ [Mockery](https://github.com/mockery/mockery)
@@ -457,3 +473,4 @@
457473
- [HessianPHP](http://sourceforge.net/projects/hessianphp) - 采用二进制格式传输的服务框架
458474
- [JsonNet-PHP](https://github.com/Neeke/JsonNet) - Google Jsonnet对PHP的支持扩展
459475
- [sublime-phpcs](https://github.com/benmatselby/sublime-phpcs) - Sublime Text的PHP代码格式检查插件
476+

0 commit comments

Comments
 (0)