tigress / belgian-eid
Tigress Belgian eID library
2026.09.25.0
2026-09-25 07:09 UTC
Requires
- php: >=8.5
Requires (Dev)
- tigress/core: *
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-25 08:17:35 UTC
README
Tigress Module to process signing of PDF-documents with a Belgian eID
Installation (for the Production Environment)
-
Install the dependencies:
composer install tigress/belgian-eid
This will install the module and its dependencies inside your project
Installation (for the Development Environment)
-
Install the dependencies:
npm install
-
Run the Web-eID setup script to copy the required Web-eID library assets:
npm run web-eid-setup
Configuration
-
Register the module's routes. Add the following entry to your
config/routes.jsonfile in your project:"extraRoutes": [ { "package": "tigress/belgian-eid" } ]
If
extraRoutesalready exists in your config, simply add the object to the existing array.