Skip to content

grambas/dcc-verifier-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published