Browse Source

Added PHP CLI Menu - build powerful CLI menus

pull/529/head
Michael Woodward 10 years ago
parent
commit
10d669453f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -522,6 +522,7 @@ Libraries to help manage database schemas and migrations.
522 522
 * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
523 523
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
524 524
 * [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
525
+* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building beautiful CLI menus with an expressive DSL.
525 526
 
526 527
 ## Authentication and Authorization
527 528
 *Libraries for implementing user authentication and authorization.*

Loading…
Cancel
Save