Simplified description

This commit is contained in:
Jamie York 2015-08-10 17:53:42 +01:00
parent 217766ecc4
commit 3f547810e3
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ Libraries to help manage database schemas and migrations.
* [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 micro framework for building command line tools.
* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours, special formatting, input handling, and command line opt parsing.
* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
## Authentication and Authorization
*Libraries for implementing user authentication and authorization.*