Merge pull request #529 from mikeymike/master

Added PHP CLI Menu - build powerful CLI menus
This commit is contained in:
Jamie York 2016-01-28 22:39:19 +00:00
commit a181aa9c71
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ Libraries to help manage database schemas and migrations.
* [Shunt](https://github.com/thephpleague/shunt) - A library for running commands in parallel on multiple remote machines.
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building beautiful CLI menus with an expressive DSL.
## Authentication and Authorization
*Libraries for implementing user authentication and authorization.*