Download the PHP package dbp/relay-educationalcredentials-bundle without Composer
On this page you can find all versions of the php package dbp/relay-educationalcredentials-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package relay-educationalcredentials-bundle
DbpRelayEducationalcredentialsBundle
Create Verifiable Credentials for your users:
- Diplomas for students
Integration into the API Server
-
Add the repository to your composer.json:
-
Add the bundle package as a dependency:
-
Add the bundle to your
config/bundles.php
: - Run
composer install
to clear caches
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:
The value gets read in DbpRelayEducationalcredentialsExtension
and passed when creating the
ConfigService
service.
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.
All versions of relay-educationalcredentials-bundle with dependencies
ext-json Version *
api-platform/core Version ^2.7.11 || ^3.2
dbp/relay-base-person-bundle Version ^0.2.26
dbp/relay-core-bundle Version ^0.1.148
guzzlehttp/guzzle Version ^7.0
symfony/framework-bundle Version ^5.4 || ^6.4
symfony/http-kernel Version ^5.4 || ^6.4
symfony/http-foundation Version ^5.4 || ^6.4
symfony/dependency-injection Version ^5.4 || ^6.4
symfony/config Version ^5.4 || ^6.4
psr/log Version ^1.1.4 || ^2.0 || ^3.0