dbp/api-base-bundle

This package is abandoned and no longer maintained. The author suggests using the dbp/relay-base-bundle package instead.

Installs: 193

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle

v0.1.1 2021-08-28 08:02 UTC

This package is auto-updated.

Last update: 2021-10-06 14:27:10 UTC


README

GitLab | Packagist

This Symfony bundle contains entities required by many bundles for the DBP Relay project.

Integration into the API Server

  • Add the bundle package as a dependency:
composer require dbp/api-base-bundle
  • Add the bundle to your config/bundles.php:
...
DBP\API\BaseBundle\DbpBaseBundle::class => ['all' => true],
DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true],
];
  • Run composer install to clear caches