This application demonstrates a simple, reusable PHP web application.
- Download and extract PHP
- cd into this project's root directory
- Run
php -S localhost:8000
to start the app using the built-in development web server - Access the running app in a browser at http://localhost:8000