|
|
@@ -135,6 +135,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
135
|
135
|
* [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
|
|
136
|
136
|
* [Tempest](https://github.com/tempestphp/tempest-framework) - A framework that gets out of your way.
|
|
137
|
137
|
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
|
|
|
138
|
+* [Hyperf](https://hyperf.io/) - A high-performance, highly flexible PHP CLI framework based on Swoole.
|
|
138
|
139
|
|
|
139
|
140
|
### Framework Extras
|
|
140
|
141
|
*Extras related to web development frameworks.*
|
|
|
@@ -186,6 +187,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
186
|
187
|
* [Minicli](https://github.com/minicli/minicli) - Minimalist, dependency-free framework for building CLI-centric PHP applications.
|
|
187
|
188
|
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
|
|
188
|
189
|
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
|
|
|
190
|
+* [Nano](https://nano.hyperf.wiki/) - A micro-framework by Hyperf.
|
|
189
|
191
|
|
|
190
|
192
|
### Micro Framework Extras
|
|
191
|
193
|
*Extras related to micro frameworks and routers.*
|