From ee3d24eaa857f441e5ace23411b95a95a391b6a7 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 6 Feb 2015 23:41:08 -0700 Subject: [PATCH] Add CLImate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424c11f..babdc4a 100644 --- a/README.md +++ b/README.md @@ -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.*