Compare commits

...

7 Commits

Author SHA1 Message Date
张城铭 47ceff16af
Merge e4b74a7c88 into 9a068bf2b8 2024-03-31 12:24:40 +02:00
Alexander Kartavenko 9a068bf2b8
Merge pull request #936 from mstruebing/addEditorconfigChecker
Add Editorconfig-Checker
2024-03-11 16:01:32 +02:00
Max Strübing 6f491123d2
Merge branch 'master' into addEditorconfigChecker 2024-03-11 14:31:34 +01:00
Mark Scherer 9dda58ae79
Merge pull request #1274 from ziadoz/alexkart-patch-1
Add Minicli micro framework
2024-03-11 14:03:08 +01:00
Alexander Kartavenko fee520c058
Add Minicli micro framework 2024-03-11 12:48:17 +02:00
Max Strübing bc9926629d
Add Editorconfig-Checker 2024-03-11 10:11:49 +01:00
张城铭 e4b74a7c88
Update README.md 2021-07-02 20:01:13 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Spiral](https://spiral.dev/) - A high-performance PHP/Go framework.
* [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
* [Hyperf](https://hyperf.io/) - A high-performance, highly flexible PHP CLI framework based on Swoole.
### Framework Extras
*Extras related to web development frameworks.*
@ -174,8 +175,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
* [Minicli](https://github.com/minicli/minicli) - Minimalist, dependency-free framework for building CLI-centric PHP applications.
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
* [Nano](https://nano.hyperf.wiki/) - A micro-framework by Hyperf.
### Micro Framework Extras
*Extras related to micro frameworks and routers.*
@ -384,6 +387,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
* [Code Climate](https://codeclimate.com) - An automated code review.
* [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
* [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.