PHP is one of the widely popular language of the web. This project was made with the Slim Framework, a super simple library to handle http routing.
This project requires the latest stable versions of:
- Composer
- PHP
Run composer install
to install dependencies. You will only need to install this once cloning this project. You
will see that it generates a folder called vendor
where you dependencies are resided locally. You can then start
modifying the routes in the public/index.php
file and launch the server with composer start
.
If you want to require more dependencies into your project, visit the packagist website to discover more packages!
When reading the docs of the slim framework, make sure you're on version 3.