Download the PHP package dbp/relay-base-person-connector-campusonline-bundle without Composer
On this page you can find all versions of the php package dbp/relay-base-person-connector-campusonline-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dbp/relay-base-person-connector-campusonline-bundle
More information about dbp/relay-base-person-connector-campusonline-bundle
Files in dbp/relay-base-person-connector-campusonline-bundle
Package relay-base-person-connector-campusonline-bundle
Short Description DBP Relay Base Person Connector for Campusonline
License AGPL-3.0-or-later
Informations about the package relay-base-person-connector-campusonline-bundle
Relay-API Bundle README Template
DbpRelayBasePersonConnectorCampusonlineBundle
GitHub | Packagist | BasePersonConnectorCampusonline Website
The base-person-connector-campusonline bundle provides an API for interacting with ...
Bundle installation
You can install the bundle directly from packagist.org.
Integration into the Relay API Server
- Add the bundle to your
config/bundles.phpin front ofDbpRelayCoreBundle:
If you were using the DBP API Server Template as template for your Symfony application, then this should have already been generated for you.
- Run
composer installto clear caches
Configuration
The bundle has a database_url configuration value that you can specify in your
app, either by hard-coding it, or by referencing an environment variable.
For this create config/packages/dbp_relay_base-person-connector-campusonline.yaml in the app with the following
content:
If you were using the DBP API Server Template as template for your Symfony application, then the configuration file should have already been generated for you.
For more info on bundle configuration see https://symfony.com/doc/current/bundles/configuration.html.
Development & Testing
- Install dependencies:
composer install - Run tests:
composer test - Run linters:
composer run lint - Run cs-fixer:
composer run cs-fix
Bundle dependencies
Don't forget you need to pull down your dependencies in your main application if you are installing packages in a bundle.
Scripts
Database migration
Run this script to migrate the database. Run this script after installation of the bundle and after every update to adapt the database to the new source code.
All versions of relay-base-person-connector-campusonline-bundle with dependencies
ext-json Version *
api-platform/metadata Version ^4.1
api-platform/openapi Version ^4.1
dbp/campusonline-api Version ^0.3.47
dbp/relay-base-person-bundle Version ^0.2.44
dbp/relay-core-bundle Version ^0.1.240
doctrine/dbal Version ^4.4
doctrine/doctrine-migrations-bundle Version ^3.7
doctrine/migrations Version ^3.9
doctrine/orm Version ^3.6
symfony/cache Version ^6.4 || ^7.4
symfony/config Version ^6.4 || ^7.4
symfony/dependency-injection Version ^6.4 || ^7.4
symfony/framework-bundle Version ^6.4 || ^7.4
symfony/http-kernel Version ^6.4 || ^7.4
symfony/serializer Version ^6.4 || ^7.4