Interactive PHP debugger and REPL for development and testing
Runtime developer console, interactive debugger and REPL for PHP
psysh
$ psysh
$ psysh >>> echo 'Hello World'; >>> $x = [1, 2, 3]; >>> array_sum($x);
$ psysh /path/to/script.php