https://github.com/digital-blueprint/relay-checkin-bundle
Symfony bundle to handle check-ins to places and contact tracing for warning about COVID-19 cases.
https://github.com/digital-blueprint/relay-checkin-bundle
checkin dbp dbp-relay digital-blueprint
Last synced: 7 months ago
JSON representation
Symfony bundle to handle check-ins to places and contact tracing for warning about COVID-19 cases.
- Host: GitHub
- URL: https://github.com/digital-blueprint/relay-checkin-bundle
- Owner: digital-blueprint
- Created: 2023-02-01T13:29:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T18:01:52.000Z (about 2 years ago)
- Last Synced: 2024-04-15T07:15:13.827Z (about 2 years ago)
- Topics: checkin, dbp, dbp-relay, digital-blueprint
- Language: PHP
- Homepage:
- Size: 785 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# DbpRelayCheckinBundle
[GitHub](https://github.com/digital-blueprint/relay-checkin-bundle) |
[Packagist](https://packagist.org/packages/dbp/relay-checkin-bundle) |
[Frontend Application](https://github.com/digital-blueprint/checkin-app) |
[Check-in Website](https://handbook.digital-blueprint.org/blueprints/check-in)
[](https://github.com/digital-blueprint/relay-checkin-bundle/actions/workflows/test.yml)
This bundle handles check-ins to places and contact tracing for warning about COVID-19 cases.
You will need to install and set up the Digital Blueprint fork of [CampusQR](https://gitlab.tugraz.at/dbp/check-in/campus-qr),
the open source system for contact tracing at universities.
See [Check-in Website](https://handbook.digital-blueprint.org/blueprints/check-in) for more information.
There is a corresponding frontend application that uses this API at [Check-in Frontend Application](https://github.com/digital-blueprint/checkin-app).
## Bundle installation
You can install the bundle directly from [packagist.org](https://packagist.org/packages/dbp/relay-checkin-bundle).
```bash
composer require dbp/relay-checkin-bundle
```
## Configuration
For more details see the [Configuration Documentation](./docs/README.md).