An Open Source Project to generate Certificates for the DSC Communities
- You must have
>=php7.3
andcomposer
installed - run
composer install
.
├── templates # Certificate Templates Folder
│ ├── lib # Here You will find a Classes for generating the Certificate
│ └── controllers # the controllers to handle the requests
├── ex # Certificates Thumbnail Example
├── fonts # where You will find the fonts used in the Certificates
├── templates # Certificate Templates Folder
│ ├── data.php # Each Template Configuration like (font size , color , a position for each part , etc)
│ └── *.png # the Certificate Base Tempalte
└── README.md