/dcc-verifier-api

Primary LanguagePHPMIT LicenseMIT

DCC Verifier API

Demo API implementation with symfony 5.4 and php 8.1 based on grambas/dcc-verifier-api package in docker

Install / Usage

You are free to use and test it on https://dcc-verifier.de/, but if you want, you can deploy it also local:

  • copy source

  • create your env file app/.env.local with following envs

  • overwrite envs from app./env by your environment and needs. dont forget OAUTH2_ENCRYPTION_KEY

  • start docker containers

docker-compose up
  • prepare your app
composer install 
bin/console doctrine:database:create
bin/console doctrine:schema:update --force
bin/console dcc:trust-list:update

Credits

License

The MIT License (MIT), see License File more information.