No description
  • PHP 78.2%
  • HTML 21.8%
Find a file
2026-04-22 09:19:43 +02:00
index.html Add index.html 2026-04-22 09:13:55 +02:00
README.md Add README.md 2026-04-22 09:19:43 +02:00
token.php Add token.php 2026-04-22 09:16:26 +02:00

Token Gateway POC with HTML and PHP

  1. Clone Repo to local server

  2. cd inside the directory

  3. Request a Token to replace the token in token.php (<CHANGEME>)

  4. Start PHP Dev Server (with Docker) docker run --rm -p 8000:8000 -v "$PWD":/var/www/html -w /var/www/html php:8.5-cli php -S 0.0.0.0:8000

  5. Open the browser at http://localhost:8000 and click "Session start"