Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.31 KB

File metadata and controls

29 lines (20 loc) · 1.31 KB

DbpRelayGreenlightConnectorCampusonlineBundle

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