https://github.com/hanyixuanten/browser-terminal
A terminal in any browser written in PHP
https://github.com/hanyixuanten/browser-terminal
browser html html-css html-css-javascript html-php php php-html php-terminal terminal
Last synced: about 2 months ago
JSON representation
A terminal in any browser written in PHP
- Host: GitHub
- URL: https://github.com/hanyixuanten/browser-terminal
- Owner: hanyixuanten
- License: apache-2.0
- Created: 2024-07-14T03:29:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T15:28:53.000Z (7 months ago)
- Last Synced: 2025-01-18T21:17:12.368Z (4 months ago)
- Topics: browser, html, html-css, html-css-javascript, html-php, php, php-html, php-terminal, terminal
- Language: PHP
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## browser terminal
 [](https://github.com/hanyixuanten/browser-terminal/blob/main/LICENSE) 
### Introduction
This is a **web terminal** based on php. It is **not** a terminal for the server or a ssh terminal, but a 'terminal' for the browser.
It can be used to run some simple commands, such as ls, cat, mkdir, rm etc. It is suitable for small projects or personal use.

### Commands
Visit [command.md](https://github.com/hanyixuanten/browser-terminal/blob/main/commands.md) for more information about the commands
### install method
1. Environment: nginx or apache with php
2. Download the latest release from [this page](https://github.com/hanyixuanten/browser-terminal/releases)
3. Extract the zip file and put it in the root directory of your web server
4. Open the browser and enter the address of your web server, you can see the terminal interface### Features
- No need for any installation, just upload it into a server, open the browser and use it