This repository is a fork of the official API Platform skeleton.
- PHP - Upgraded to 8.5
- Symfony - Upgraded to Symfony 8
- MariaDB LTS - The project uses the stable MariaDB 11.8.6
- phpMyAdmin - Added phpMyAdmin for database management
git clone https://github.com/din9xtr/api-platform.git
cd api-platform
docker compose build --no-cache
docker compose up -dThe project uses a dedicated test database
make testThis project is licensed under the MIT License. See the LICENSE file for details.