Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 867 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 867 Bytes

PHP-Termux-API

A PHP Single Page Web Application to execute Termux:API commands remotely from any device

Requirements

  • Termux App and Termux:API installed with all necessary permissions granted.
  • php, php-apache and apache2 package must be installed in Termux app.

Usage

  1. Configure your webserver in Termux as shown here or you may setup in your own way.
  2. Place the api.php file in the configured DocumentRoot folder.
  3. Run the server using apachectl start .
  4. You can now browse the file from any connected device and execute commands. Screenshot