dbp / relay-greenlight-connector-campusonline-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
github.com/digital-blueprint/relay-greenlight-connector-campusonline-bundle
Type:symfony-bundle
pkg:composer/dbp/relay-greenlight-connector-campusonline-bundle
v0.1.17
2023-07-04 11:20 UTC
Requires
- php: >=7.3
- ext-json: *
- adldap2/adldap2: ^10.3
- api-platform/core: ^2.7.11
- dbp/campusonline-api: ^0.3.1
- dbp/relay-core-bundle: ^0.1.98
- dbp/relay-greenlight-bundle: ^0.2.5
- symfony/event-dispatcher: ^5.4
- symfony/framework-bundle: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0.0
- phpstan/phpstan-phpunit: ^1.0.0
- phpunit/phpunit: ^9.5
- symfony/browser-kit: ^5.4
- symfony/http-client: ^5.4
- symfony/monolog-bundle: ^3.7
- symfony/phpunit-bridge: ^5.4
- vimeo/psalm: ^4.2.1
README
Note: This project depends on the DCC infrastructure of the Austrian Government. Since the DCC infrastructure is no longer available since June 2023, this project is no longer actively maintained.
This Symfony bundle fetches images for DbpRelayGreenlightBundle
from CampusOnline, while retrieving the co-obfuscated-c-ident from LDAP.
See the documentation for more information.
Bundle installation
composer require dbp/relay-greenlight-connector-campusonline-bundle
Development & Testing
- Install dependencies:
composer install - Run tests:
composer test - Run linters:
composer run lint - Run cs-fixer:
composer run cs-fix