It's a simple single page application wich allows to execute mixed PHP/HTML code and see results directly in your browser
$ git clone https://github.com/rroma/console.git
$ cd console
$ composer install
$ php -S localhost:8001- Execute code: press "Execute" button
- Save code: press "Save" button
- Add new script: double click on tab panel(like in a browser)
- Rename script: double click on tab head
