1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-06 00:10:48 +00:00

Merge pull request #375 from c9s/patch-1

Adding CLIFramework
This commit is contained in:
Jad Bitar 2016-02-04 10:20:29 -05:00
commit 2ef7c249c3

View File

@ -537,6 +537,7 @@ Libraries to help manage database schemas and migrations.
* [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 CLI menus.
* [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
## Authentication and Authorization
*Libraries for implementing user authentication and authorization.*