Download the PHP package plugin/owc-gravityforms-digid without Composer
On this page you can find all versions of the php package plugin/owc-gravityforms-digid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plugin/owc-gravityforms-digid
More information about plugin/owc-gravityforms-digid
Files in plugin/owc-gravityforms-digid
Package owc-gravityforms-digid
Short Description Add a DigiD login field to GravityForms
License EUPL-1.2
Informations about the package owc-gravityforms-digid
OWC GravityForms DigiD
This plugin provides a GravityForms field to retrieve a BSN (social security) number from DigiD.
Local development
DigiD is only able to connect with valid PKi certificates, for local development you can fake a session by setting the below environment variable.
Logging
Enable logging to monitor errors during communication with DigiD. Make sure to set WP_DEBUG to true in your wp-config.php to enable logging. Be cautious: the generated log file is stored in the publicly accessible upload directoy and can include sensitive information.
- Logs are written daily to
gfdigid-log{-date}.jsonin the uploads directory. - A rotating file handler keeps up to 7 log files by default, deleting the oldest as needed.
- You can change the maximum number of log files using the filter described below.
Hooks
Change the maximum number of log files
Use the following filter to alter the rotating file handler's max files setting:
Intercept exceptions for custom handling
You can intercept exceptions caught by the plugin for additional processing or custom logging using this filter:
The $exception parameter contains the caught exception object.
Intercept logging messages for custom handling
You can intercept informational logging messages generated by the plugin for additional processing or custom logging using this filter:
The $message parameter contains logging message, the $context parameter is an array containing additional context info.
Creating a new release
- Update the version in
plugin.phpx2 (plugin version and metadata) - Ensure that
CHANGELOG.mdandRELEASE_NOTES.mdare updated with the latest changes - Draft a new release
About us
All versions of owc-gravityforms-digid with dependencies
monolog/monolog Version ^3.0
owc/idp-userdata Version ^1.0
php Version ^8.0
php-di/php-di Version ^7.0
symfony/http-foundation Version ^6.0
vlucas/phpdotenv Version ^5.0
yard/samlbase Version ^1.7