A Basic API made with PHP without any Framework
- PHP 8.0
- PHP League - Container
- PHP League - Route
- Laminas Diactoros
- PHPUnit
To execute this project can be made two ways.
Without docker-compose
:
composer install
php -S localhost:8080
With docker-compose
:
docker-compose up -d
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The GNU GENERAL PUBLIC LICENSE (GNU). Please see License File for more information.