A simple PHP server that makes external request to another server.
Queries the external server for generated users and populates a client page with them.
Project is created with:
- PHP 8
- Bootstrap
Project uses the following packages:
- bootstrap 5
- guzzle
In the root directory perform the following commands
Use this command to launch a local php server. Requires php to be installed and shell executable:
php -S localhost:8080
Why didn't you just do everything in the frontend? The aim of this repo was to build something simple with php templating thus this inappropriateness.