PHPackages                             dbp/relay-educationalcredentials-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-educationalcredentials-bundle

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

dbp/relay-educationalcredentials-bundle
=======================================

v0.1.7(1y ago)05.1kAGPL-3.0-or-laterPHPPHP &gt;=8.1

Since Dec 18Pushed 1y ago3 watchersCompare

[ Source](https://github.com/digital-blueprint/relay-educationalcredentials-bundle)[ Packagist](https://packagist.org/packages/dbp/relay-educationalcredentials-bundle)[ RSS](/packages/dbp-relay-educationalcredentials-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (19)Versions (14)Used By (0)

DbpRelayEducationalcredentialsBundle
====================================

[](#dbprelayeducationalcredentialsbundle)

Create *Verifiable Credentials* for your users:

- Diplomas for students

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

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

- Add the repository to your composer.json:

```
    "repositories": [
        {
            "type": "vcs",
            "url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-educationalcredentials-bundle.git"
        }
    ],
```

- Add the bundle package as a dependency:

```
composer require dbp/relay-educationalcredentials-bundle=dev-main

```

- Add the bundle to your `config/bundles.php`:

```
...
Dbp\Relay\EducationalcredentialsBundle\DbpRelayEducationalcredentialsBundle::class => ['all' => true],
DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true],
];
```

- Run `composer install` to clear caches

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

[](#configuration)

The bundle has a `issuer` configuration value that you can specify in your app, either by hardcoding it, or by referencing an environment variable.

For this create `config/packages/dbp_relay_educationalcredentials.yaml` in the app with the following content:

```
dbp_relay_educationalcredentials:
  issuer: "did:ebsi:abc..."
  # issuer: '%env(VC_ISSUER)%'
  urlIssuer: "http://localhost:13080/1.0/credentials/issue"
  # urlIssuer: '%env(VC_URL_ISSUER)%'
  urlVerifier: "http://localhost:14080/1.0/credentials/verify"
  # urlIssuer: '%env(VC_URL_VERIFIER)%'
```

The value gets read in `DbpRelayEducationalcredentialsExtension` and passed when creating the `ConfigService` service.

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 from dbp/relay-educationalcredentials-bundle
composer update dbp/relay-educationalcredentials-bundle
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~44 days

Recently: every ~19 days

Total

11

Last Release

722d ago

PHP version history (3 changes)v0.0.1PHP &gt;=7.3

v0.1.2PHP &gt;=7.4

v0.1.3PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (56 commits)")[![lazka](https://avatars.githubusercontent.com/u/991986?v=4)](https://github.com/lazka "lazka (47 commits)")[![euneuber](https://avatars.githubusercontent.com/u/3296589?v=4)](https://github.com/euneuber "euneuber (28 commits)")[![pbek](https://avatars.githubusercontent.com/u/1798101?v=4)](https://github.com/pbek "pbek (1 commits)")[![tobiasgv](https://avatars.githubusercontent.com/u/122861711?v=4)](https://github.com/tobiasgv "tobiasgv (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dbp-relay-educationalcredentials-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M646](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)

PHPackages © 2026

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