dbp/relay-greenlight-connector-campusonline-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

v0.1.17 2023-07-04 11:20 UTC

README

GitHub | Packagist

Test

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