# phptty **Repository Path**: chengqq/phptty ## Basic Information - **Project Name**: phptty - **Description**: 在浏览器中使用websocket php和workerman的终端,类似于getty。workerman. - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-21 - **Last Updated**: 2023-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)