1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-13 11:44:58 +02:00

Merge pull request #1274 from ziadoz/alexkart-patch-1

Add Minicli micro framework
This commit is contained in:
Mark Scherer
2024-03-11 14:03:08 +01:00
committed by GitHub

View File

@@ -174,6 +174,7 @@ 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.