No description
- PHP 78.2%
- HTML 21.8%
| index.html | ||
| README.md | ||
| token.php | ||
Token Gateway POC with HTML and PHP
-
Clone Repo to local server
-
cd inside the directory
-
Request a Token to replace the token in token.php (
<CHANGEME>) -
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 -
Open the browser at http://localhost:8000 and click "Session start"