Merge pull request #259 from rotexdegba/patch-2

Added Cilex a micro framework for creating PHP CLI
This commit is contained in:
Jamie York 2014-11-10 10:32:14 -07:00
commit 5971c36b2c
1 changed files with 1 additions and 0 deletions

View File

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