manifest / unclassified / alynt-certificates-generator
Alynt Certificate Generator
A WordPress plugin for generating PDF certificates with drag-and-drop template editing, webhook support, and email notifications.
★ 0stars
13release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/nichlasb/alynt-certificates-generator/releases/download/v0.2.3/alynt-certificates-generator-v0.2.3.zipDeclares an update source (NichlasB/alynt-certificates-generator), so updates arrive through the plugin's own updater.
From the readme
Alynt Certificate Generator
Generate PDF certificates from image templates with dynamic variables, secure downloads, webhook integration, and email notifications.
Features
- Image-based certificate templates with positioned text, date, select, and image variables, including keyboard-operable positioning and row ordering controls.
- Admin single-certificate generation for one-off certificates.
- Bulk CSV generation with background row processing.
- Frontend shortcodes for certificate requests with field-level validation and logged-in user certificate lists.
- Secure download URLs backed by per-certificate tokens.
- Incoming webhook generation with optional HMAC signature verification and rate limiting.
- Outgoing webhook delivery with retry support through Action Scheduler when available.
- Email template support for certificate notifications.
- Global and per-template custom font management for PDF output.
- Certificate and webhook log storage in custom database tables.
- Optional admin-only diagnostics with redacted event storage, export, and clear controls.
Requirements
- WordPress 6.0+
- PHP 7.4+
- GD extension
- Composer dependencies included at runtime:
- tecnickcom/tcp
Read the full README on GitHub →