From e0dc88189bb5589b7566c43ccb1ad545c715798f Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 4 Feb 2016 22:22:47 +0800 Subject: [PATCH] Add CLIFramework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99cd105..15f27fa 100644 --- a/README.md +++ b/README.md @@ -536,6 +536,7 @@ Libraries to help manage database schemas and migrations. * [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 CLI menus. +* [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew. ## Authentication and Authorization *Libraries for implementing user authentication and authorization.*