From d388bb74d7c2a5f621ba3ffb4b8c9e3e749b1c0e Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 23 Aug 2013 10:59:48 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 32d720b..8966b20 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -241,6 +241,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. ## Command Line * [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL. +* [PsySh](https://github.com/bobthecow/psysh) - Another PHP REPL. * [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser. * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser. * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.