- This is a sample of how to use PHP without frameworks and create a project with the Repository Pattern to build backend REST APIs.
- All this is for study propose has a lot of frameworks more usefull in market.
- Run
composer install
- Run
docker compose up -d
- Use your HTTP client to access http://localhost:8000
- Repository Pattern
- Container DI
- Router
- Requester
- Database ORM
- Midleware
- Add support for middlewares
- Add support for request validators
- Add PSR-4 validation
- Add unit tests
- Improve CORS configuration
- Add support for REST documentation
- add suport for tests [PEST, PHPUNIT]