Download the PHP package dbp/relay-base-course-bundle without Composer
On this page you can find all versions of the php package dbp/relay-base-course-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-course-bundle
DbpRelayBaseCourseBundle
Base Symfony bundle for courses for the DBP Relay API Server.
Integration into the Relay API Server
-
Add the bundle package as a dependency:
-
Add the bundle to your
config/bundles.php
: - Run
composer install
to clear caches
Course provider implementation
For this bundle to work you need to add a service that implements the CourseProviderInterface to your application.
Example
Service class
For example, create a service src/Service/CourseProvider.php
:
Services configuration
For the example service above you need to add the following to your src/Resources/config/services.yaml
:
All versions of relay-base-course-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
api-platform/core Version ^3.2
dbp/relay-core-bundle Version ^0.1.186
symfony/config Version ^6.4
symfony/framework-bundle Version ^6.4
symfony/http-foundation Version ^6.4
symfony/http-kernel Version ^6.4
symfony/dependency-injection Version ^6.4
ext-json Version *
api-platform/core Version ^3.2
dbp/relay-core-bundle Version ^0.1.186
symfony/config Version ^6.4
symfony/framework-bundle Version ^6.4
symfony/http-foundation Version ^6.4
symfony/http-kernel Version ^6.4
symfony/dependency-injection Version ^6.4
The package dbp/relay-base-course-bundle contains the following files
Loading the files please wait ....