dbp / api-base-bundle
This package is abandoned and no longer maintained.
The author suggests using the dbp/relay-base-bundle package instead.
v0.1.1
2021-08-28 08:02 UTC
Requires
- php: ^7.3
- ext-json: *
- api-platform/core: ^2.6.3
- dbp/relay-core-bundle: ^0.1.11
- guzzlehttp/guzzle: ^7.0
- nelmio/cors-bundle: ^2.1.0
- phpdocumentor/reflection-docblock: ^3.0 || ^4.0 || ^5.0
- symfony/config: ^5.2
- symfony/expression-language: ^5.2
- symfony/framework-bundle: ^5.2
- symfony/security-bundle: ^5.2
- symfony/security-core: ^5.2
- symfony/security-guard: ^5.2
- symfony/twig-bundle: ^5.2
- symfony/validator: ^5.2
- symfony/yaml: ^5.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^0.12.33
- phpstan/phpstan-phpunit: ^0.12.13
- symfony/browser-kit: ^5.2
- symfony/http-client: ^5.2
- symfony/monolog-bundle: ^3.7
- symfony/phpunit-bridge: ^5.2
- vimeo/psalm: ^4.4
README
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