Download the PHP package dbp/relay-base-organization-bundle without Composer
On this page you can find all versions of the php package dbp/relay-base-organization-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package relay-base-organization-bundle
DbpRelayBaseOrganizationBundle
Integration into the Relay API Server
-
Add the bundle package as a dependency:
-
Add the bundle to your
config/bundles.php
in front ofDbpRelayCoreBundle
: - Run
composer install
to clear caches
OrganizationProvider service
For services that need to fetch organizations you need to create a service that implements OrganizationProviderInterface in your application.
Example
Service class
You can for example put below code into src/Service/OrganizationProvider.php
:
Services configuration
For above class you need to add this to your src/Resources/config/services.yaml
:
All versions of relay-base-organization-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
api-platform/core Version ^2.7.11 || ^3.2
dbp/relay-core-bundle Version ^0.1.153
symfony/config Version ^5.4 || ^6.4
symfony/http-kernel Version ^5.4 || ^6.4
symfony/dependency-injection Version ^5.4 || ^6.4
ext-json Version *
api-platform/core Version ^2.7.11 || ^3.2
dbp/relay-core-bundle Version ^0.1.153
symfony/config Version ^5.4 || ^6.4
symfony/http-kernel Version ^5.4 || ^6.4
symfony/dependency-injection Version ^5.4 || ^6.4
The package dbp/relay-base-organization-bundle contains the following files
Loading the files please wait ....