/relay-greenlight-bundle

Symfony bundle to create permits for the Covid19 certificate evaluation process.

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

DbpRelayGreenlightBundle

GitHub | Packagist | Frontend Application | Greenlight Website

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 bundle allows you to create permits for the Covid19 certificate evaluation process.

composer require dbp/relay-greenlight-bundle

See the documentation for more information and the developer documentation for how to extend the bundle.

Development & Testing

  • Install dependencies: composer install
  • Run tests: composer test
  • Run linters: composer run lint
  • Run cs-fixer: composer run cs-fix