phptty
A terminal in your browser using websocket php and workerman, similar to gotty.
Screenshot
Live demo
install
git clone https://github.com/walkor/phptty
cd phptty
composer install
Start and stop
start
php start.php start -d
Visit http://ip:7779
in your browser.
stop
php start.php stop
Related links
https://github.com/yudai/gotty
https://github.com/chjj/term.js
https://github.com/walkor/Workerman