All Projects → walkor → Phptty

walkor / Phptty

Share your terminal as a web application. PHP terminal emulator based on workerman.

phptty

A terminal in your browser using websocket php and workerman, similar to gotty.

Screenshot

Screenshot

Live demo

Live demo

install

  1. git clone https://github.com/walkor/phptty
  2. cd phptty
  3. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].