PHPackages                             dbp/relay-base-person-connector-campusonline-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. dbp/relay-base-person-connector-campusonline-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

dbp/relay-base-person-connector-campusonline-bundle
===================================================

DBP Relay Base Person Connector for Campusonline

v0.1.18(4d ago)01.4k[1 issues](https://github.com/digital-blueprint/relay-base-person-connector-campusonline-bundle/issues)AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Mar 11Pushed 3w agoCompare

[ Source](https://github.com/digital-blueprint/relay-base-person-connector-campusonline-bundle)[ Packagist](https://packagist.org/packages/dbp/relay-base-person-connector-campusonline-bundle)[ RSS](/packages/dbp-relay-base-person-connector-campusonline-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (77)Versions (25)Used By (0)

Relay-API Bundle README Template
================================

[](#relay-api-bundle-readme-template)

DbpRelayBasePersonConnectorCampusonlineBundle
=============================================

[](#dbprelaybasepersonconnectorcampusonlinebundle)

[GitHub](https://github.com/digital-blueprint/relay-base-person-connector-campusonline-bundle) | [Packagist](https://packagist.org/packages/dbp/relay-base-person-connector-campusonline-bundle) | [BasePersonConnectorCampusonline Website](https://mywebsite.org/site/software/base-person-connector-campusonline.html)

The base-person-connector-campusonline bundle provides an API for interacting with ...

Bundle installation
-------------------

[](#bundle-installation)

You can install the bundle directly from [packagist.org](https://packagist.org/packages/dbp/relay-base-person-connector-campusonline-bundle).

```
composer require dbp/relay-base-person-connector-campusonline-bundle
```

Integration into the Relay API Server
-------------------------------------

[](#integration-into-the-relay-api-server)

- Add the bundle to your `config/bundles.php` in front of `DbpRelayCoreBundle`:

```
...
Dbp\Relay\BasePersonConnectorCampusonlineBundle\DbpRelayBasePersonConnectorCampusonlineBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
```

If you were using the [DBP API Server Template](https://packagist.org/packages/dbp/relay-server-template)as template for your Symfony application, then this should have already been generated for you.

- Run `composer install` to clear caches

Configuration
-------------

[](#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:

```
dbp_relay_base-person-connector-campusonline:
  database_url: 'mysql://db:secret@mariadb:3306/db?serverVersion=mariadb-10.3.30'
  # database_url: %env({{NAME}}_DATABASE_URL)%
```

If you were using the [DBP API Server Template](https://packagist.org/packages/dbp/relay-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 .

Development &amp; Testing
-------------------------

[](#development--testing)

- Install dependencies: `composer install`
- Run tests: `composer test`
- Run linters: `composer run lint`
- Run cs-fixer: `composer run cs-fix`

Bundle dependencies
-------------------

[](#bundle-dependencies)

Don't forget you need to pull down your dependencies in your main application if you are installing packages in a bundle.

```
# updates and installs dependencies of dbp/relay-base-person-connector-campusonline-bundle
composer update dbp/relay-base-person-connector-campusonline-bundle
```

Scripts
-------

[](#scripts)

### Database migration

[](#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.

```
php bin/console doctrine:migrations:migrate --em=dbp_relay_base-person-connector-campusonline_bundle
```

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance97

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

19

Last Release

4d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/116099192?v=4)[dbp-deploy](/maintainers/dbp-deploy)[@DBP-deploy](https://github.com/DBP-deploy)

---

Top Contributors

[![tobiasgv](https://avatars.githubusercontent.com/u/122861711?v=4)](https://github.com/tobiasgv "tobiasgv (45 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (31 commits)")[![lazka](https://avatars.githubusercontent.com/u/991986?v=4)](https://github.com/lazka "lazka (10 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dbp-relay-base-person-connector-campusonline-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dbp-relay-base-person-connector-campusonline-bundle/health.svg)](https://phpackages.com/packages/dbp-relay-base-person-connector-campusonline-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M739](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
