This repository is part of the medium article https://pguso.medium.com/openapi-generator-use-symfony-bundle-in-your-project-28034505548d
- Clone the project via git or https.
- install dependencies
composer install
- Change DATABASE_URL in .env file to your connection config
- Implement your Api Classes in the src/Api folder
- Add your new Service to config/services.yaml and tag it
composer run generate-openapi-bundle
Check the docs here src/OpenApiBundle/Resources/docs