1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-04 23:40:47 +00:00

Add CLImate

This commit is contained in:
Jamie York 2015-02-06 23:41:08 -07:00
parent f1e5ca8006
commit ee3d24eaa8

View File

@ -483,6 +483,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 and special formatting.
## Authentication and Authorization
*Libraries for implementing user authentication and authorization.*