Skip to content
forked from walkor/phptty

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

Notifications You must be signed in to change notification settings

lcherone/phptty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phptty

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

Forked Changes:

  • Switched term.js to xterm.js
  • Tidy some codez
  • Changed it so it hooks directly into bash instead of a single process.

Screenshot

Screenshot

install

  1. git clone https://github.com/lcherone/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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.6%
  • JavaScript 30.0%
  • HTML 21.4%