Browse Source

Merge pull request #529 from mikeymike/master

Added PHP CLI Menu - build powerful CLI menus
pull/498/merge
Jamie York 10 years ago
parent
commit
a181aa9c71
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

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

Loading…
Cancel
Save