owc / zgw-api
PHP implementation of the ZGW API, with an optional WordPress integration.
2.0.0
2025-08-22 14:26 UTC
Requires
- php: ^8.1
- firebase/php-jwt: ^6.1
- monolog/monolog: ^3.0
- php-di/php-di: ^7.0
Requires (Dev)
Suggests
- cmb2/cmb2: Adds a settings page in WordPress for configuring clients
This package is not auto-updated.
Last update: 2025-08-22 14:28:15 UTC
README
This PHP packages offers an implementation of the 'Zaakgericht Werken' (ZGW) API's, in accordance with the Gemma standards. The library enables developers to easily integrate and access the ZGW API's of various registries.
Registry support
Client | 📥 ZRC | 🗂️ ZTC | 📄 DRC | 🔐 Auth |
---|---|---|---|---|
OpenZaak | ✅ 1.5.1 |
✅ 1.5.1 |
✅ 1.5.1 |
JWT tokens |
RxMission | ✅ 1.5.1 |
✅ 1.5.1 |
✅ 1.5.1 |
JWT tokens |
XXLLNC | ✅ unkown version |
✅ unkown version |
✅ 1.5.1 |
JWT tokens |
DecosJoin | unknown | unknown | unknown | unknown |
Procura | unknown | unknown | unknown | unknown |
Installation
Use composer to install this package.
composer require owc/zgw-api
Important
Version 2 of this package requires PHP >= 8.1.
Usage
Read the documentation on how to get started.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Breaking changes
Version 1
There are breaking changes compared to the Zaaksysteem plugin. View breaking changes.
Version 2
The package requires PHP >= 8.1.