GitHub | Packagist | Frontend Application | Greenlight Website
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.
- Install dependencies:
composer install
- Run tests:
composer test
- Run linters:
composer run lint
- Run cs-fixer:
composer run cs-fix