An open API service indexing awesome lists of open source software.

https://github.com/adhocore/live-console

PHP live console in browser
https://github.com/adhocore/live-console

console live php php-browser-repl

Last synced: about 1 year ago
JSON representation

PHP live console in browser

Awesome Lists containing this project

README

          

## Live Console for PHP

Probably, it is the smallest live PHP console that is also SPA.

Just fiddle in your PHP codes in upper box, and hit `go` button!
The output is shown in lower box.

### PS:
- How its size became just 666b is really amazing!
- It is meant for handy execution of simple PHP code snippets
- Do not abuse it by heavy/long codes.

Thats all