Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 475 Bytes

telkomsel-cli-beta-apps

This Program Required :

  • PHP CLI
  • cURL

On Windows:

  • Install XAMPP or other Webserver with PHP VERSION 7.2
  • Add PHP Library Directory to System Environment
  • run debug.bat
  • command "php run.php" on command prompt

On Android :

  • Install Termux
  • Update Termux with command "pkg update"
  • Install php with command "pkg install php"
  • Install curl with command "pkg install php"
  • cd folder directory on disk
  • run with command "php run.php"