{"id":22986032,"url":"https://github.com/yardinternet/owc-gravityforms-digid","last_synced_at":"2026-05-11T14:03:06.406Z","repository":{"id":282964489,"uuid":"250510981","full_name":"yardinternet/owc-gravityforms-digid","owner":"yardinternet","description":"This plugin provides a GravityForms field to retrieve a BSN number from DigiD.","archived":false,"fork":false,"pushed_at":"2026-05-07T10:37:19.000Z","size":1681,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-05-07T12:34:49.753Z","etag":null,"topics":["plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yardinternet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-27T10:59:29.000Z","updated_at":"2026-05-05T01:22:56.000Z","dependencies_parsed_at":"2025-04-29T00:25:46.485Z","dependency_job_id":"e9c8c75f-0b12-4943-a5ef-880c4b78762a","html_url":"https://github.com/yardinternet/owc-gravityforms-digid","commit_stats":null,"previous_names":["yardinternet/owc-gravityforms-digid"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/yardinternet/owc-gravityforms-digid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fowc-gravityforms-digid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fowc-gravityforms-digid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fowc-gravityforms-digid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fowc-gravityforms-digid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yardinternet","download_url":"https://codeload.github.com/yardinternet/owc-gravityforms-digid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fowc-gravityforms-digid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32897941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin"],"created_at":"2024-12-15T03:38:19.391Z","updated_at":"2026-05-11T14:03:06.401Z","avatar_url":"https://github.com/yardinternet.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OWC GravityForms DigiD\n\n![Tests passing](https://github.com/yardinternet/owc-gravityforms-digid/actions/workflows/run-tests.yml/badge.svg \"Tests passing\")\n\nThis plugin provides a GravityForms field to retrieve a BSN (social security) number from DigiD.\n\n## Local development\n\nDigiD is only able to connect with valid PKi certificates, for local development you can fake a session by setting the below environment variable.\n\n```env\nDIGID_FAKE_SESSION='012345678'\n```\n\n## Logging\n\nEnable logging to monitor errors during communication with DigiD.\nMake sure to set WP_DEBUG to true in your wp-config.php to enable logging.\nBe cautious: the generated log file is stored in the publicly accessible upload directoy and can include sensitive information.\n\n- Logs are written daily to `gfdigid-log{-date}.json` in the uploads directory.\n- A rotating file handler keeps up to 7 log files by default, deleting the oldest as needed.\n- You can change the maximum number of log files using the filter described below.\n\n## Hooks\n\n### Change the maximum number of log files\n\nUse the following filter to alter the rotating file handler's max files setting:\n\n```php\napply_filters('owc_gravityforms_digid_rotating_filer_handler_max_files', GF_DIGID_LOGGER_DEFAULT_MAX_FILES)\n```\n\n### Intercept exceptions for custom handling\n\nYou can intercept exceptions caught by the plugin for additional processing or custom logging using this filter:\n\n```php\ndo_action('owc_gravityforms_digid_exception_intercept', $exception, $method)\n```\n\nThe `$exception` parameter contains the caught exception object.\n\n### Intercept logging messages for custom handling\n\nYou can intercept informational logging messages generated by the plugin for additional processing or custom logging using this filter:\n\n```php\nadd_action('owc_gravityforms_digid_info_intercept', $message, $context)\n```\n\nThe `$message` parameter contains logging message, the `$context` parameter is an array containing additional context info.\n\n## Creating a new release\n\n1. Update the version in `plugin.php` x2 (plugin version and metadata)\n2. Ensure that `CHANGELOG.md` and `RELEASE_NOTES.md` are updated with the latest changes\n3. Draft a new release\n\n## About us\n\n[![banner](https://raw.githubusercontent.com/yardinternet/.github/refs/heads/main/profile/assets/small-banner-github.svg)](https://www.yard.nl/werken-bij/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fowc-gravityforms-digid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyardinternet%2Fowc-gravityforms-digid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fowc-gravityforms-digid/lists"}