Skip to content
Snippets Groups Projects

DBP API Starter Bundle

This Symfony bundle can be used as a template for creating new bundles for the DBP API project.

When including this bundle into your DBP API server it will gain the following features:

  • TODO
  • TODO
  • ...
  • profit

Integration into the API Server

TODO: add to composer, create configuration, note how to see if it works

Development & Testing

  • Install dependencies: composer install
  • Run tests: composer test
  • Run linters: composer run lint
  • Run cs-fixed: composer run cs-fix