From 10d669453f32870f9b1a1c279577aa4a91016300 Mon Sep 17 00:00:00 2001 From: Michael Woodward Date: Mon, 7 Dec 2015 13:40:17 +0000 Subject: [PATCH] Added PHP CLI Menu - build powerful CLI menus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e52fb08..4133449 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,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. +* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building beautiful CLI menus with an expressive DSL. ## Authentication and Authorization *Libraries for implementing user authentication and authorization.*