Add Writeln

Fast and simple Symfony Console command creation https://github.com/GabrielJMJ/Writeln
This commit is contained in:
Gabriel Jacinto 2015-03-03 15:53:50 -03:00
parent e7f01be2e4
commit 2ee8a87e84

View File

@ -486,6 +486,7 @@ Libraries to help manage database schemas and migrations.
* [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.
* [Writeln](https://github.com/GabrielJMJ/Writeln) - Fast and simple Symfony Console command creation
## Authentication and Authorization
*Libraries for implementing user authentication and authorization.*