Browse Source

Add CLI suggestions.

pull/95/head
Jamie 11 years ago
parent
commit
892a4bd153
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

382
 
382
 
383
 * [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
383
 * [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
384
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
384
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
385
+* [Pecan](https://github.com/mcrumm/pecan) - An event-driven, non-blocking shell.
385
 * [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
386
 * [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
386
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
387
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
387
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
388
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.

Loading…
Cancel
Save