Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkor/phptty
Share your terminal as a web application. PHP terminal emulator based on workerman.
https://github.com/walkor/phptty
Last synced: 3 months ago
JSON representation
Share your terminal as a web application. PHP terminal emulator based on workerman.
- Host: GitHub
- URL: https://github.com/walkor/phptty
- Owner: walkor
- Created: 2016-02-16T08:16:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T10:45:48.000Z (over 4 years ago)
- Last Synced: 2024-04-14T05:33:31.759Z (7 months ago)
- Language: PHP
- Homepage: http://47.88.13.70:7779/
- Size: 8.97 MB
- Stars: 170
- Watchers: 15
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phptty
A terminal in your browser using websocket php and [workerman](https://github.com/walkor/Workerman), similar to [gotty](https://github.com/yudai/gotty).# Screenshot
![Screenshot](https://github.com/walkor/phptty/blob/master/Web/imgs/example.gif?raw=true)# Live demo
[Live demo](http://47.88.13.70:7779/)# 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/yudai/gotty)
[https://github.com/chjj/term.js](https://github.com/chjj/term.js)
[https://github.com/walkor/Workerman](https://github.com/walkor/Workerman)