mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Added Cilex a micro framework for creating PHP CLI
Added Cilex a micro framework for creating PHP CLI to the Command Line Section
This commit is contained in:
parent
dd60284aff
commit
9f85d51a24
@ -113,7 +113,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
||||
*Micro frameworks and routers.*
|
||||
|
||||
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
|
||||
* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components
|
||||
* [Slim](http://www.slimframework.com/) - Another simple micro framework.
|
||||
* [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
|
||||
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
|
||||
@ -436,6 +435,7 @@ Libraries to help manage database schemas and migrations.
|
||||
* [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
|
||||
* [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
|
||||
* [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
|
||||
* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components
|
||||
|
||||
## Authentication
|
||||
*Libraries for implementing authentications schemes.*
|
||||
|
Loading…
Reference in New Issue
Block a user