From 2ee8a87e84b2917364c9b9ad6cb26d972071c0cb Mon Sep 17 00:00:00 2001 From: Gabriel Jacinto Date: Tue, 3 Mar 2015 15:53:50 -0300 Subject: [PATCH] Add Writeln Fast and simple Symfony Console command creation https://github.com/GabrielJMJ/Writeln --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d9e567..a92de41 100644 --- a/README.md +++ b/README.md @@ -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.*