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
- Host: GitHub
- URL: https://github.com/adhocore/live-console
- Owner: adhocore
- Created: 2013-12-18T17:27:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T15:49:18.000Z (over 11 years ago)
- Last Synced: 2025-03-28T17:02:00.899Z (over 1 year ago)
- Topics: console, live, php, php-browser-repl
- Language: PHP
- Homepage:
- Size: 124 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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