Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digital-blueprint/relay-greenlight-bundle
Symfony bundle to create permits for the Covid19 certificate evaluation process.
https://github.com/digital-blueprint/relay-greenlight-bundle
covid19 dbp-greenlight digital-blueprint
Last synced: about 2 months ago
JSON representation
Symfony bundle to create permits for the Covid19 certificate evaluation process.
- Host: GitHub
- URL: https://github.com/digital-blueprint/relay-greenlight-bundle
- Owner: digital-blueprint
- License: agpl-3.0
- Created: 2023-01-11T14:03:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T13:02:14.000Z (over 1 year ago)
- Last Synced: 2023-08-21T09:19:22.916Z (over 1 year ago)
- Topics: covid19, dbp-greenlight, digital-blueprint
- Language: PHP
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DbpRelayGreenlightBundle
[GitHub](https://github.com/digital-blueprint/relay-greenlight-bundle) |
[Packagist](https://packagist.org/packages/dbp/relay-greenlight-bundle) |
[Frontend Application](https://github.com/digital-blueprint/greenlight-app) |
[Greenlight Website](https://handbook.digital-blueprint.org/blueprints/greenlight)[![Test](https://github.com/digital-blueprint/relay-greenlight-bundle/actions/workflows/test.yml/badge.svg)](https://github.com/digital-blueprint/relay-greenlight-bundle/actions/workflows/test.yml)
**Note:** This project depends on the DCC infrastructure of the Austrian
Government. Since the DCC infrastructure is [no longer available since June
2023](https://github.com/Federal-Ministry-of-Health-AT/green-pass-overview/issues/11#issuecomment-1617997232),
this project is no longer actively maintained.This bundle allows you to create permits for the Covid19 certificate evaluation process.
```bash
composer require dbp/relay-greenlight-bundle
```See the [documentation](./docs/README.md) for more information and the
[developer documentation](./docs-dev/README.md) 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`