PHPackages                             simplyadmire/zaaksysteem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. simplyadmire/zaaksysteem

ActiveLibrary

simplyadmire/zaaksysteem
========================

Zaaksysteem API Client

2.1.0(9y ago)02.2k2[1 issues](https://github.com/SimplyAdmire/Zaaksysteem/issues)MITPHPPHP &gt;=5.5.9

Since Feb 12Pushed 9y ago3 watchersCompare

[ Source](https://github.com/SimplyAdmire/Zaaksysteem)[ Packagist](https://packagist.org/packages/simplyadmire/zaaksysteem)[ RSS](/packages/simplyadmire-zaaksysteem/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Zaaksysteem Client
==================

[](#zaaksysteem-client)

[![Build Status](https://camo.githubusercontent.com/c15b0e5e74321ad9686e969506294fd64f676337532e7747d4e1a57d0c840f18/68747470733a2f2f7472617669732d63692e6f72672f53696d706c7941646d6972652f5a61616b7379737465656d2e737667)](https://travis-ci.org/SimplyAdmire/Zaaksysteem)[![Code Climate](https://camo.githubusercontent.com/2f02cca85a47379b9db8b8a80db37f3768b9ed6c4189bf20ef5194b5c6433bad/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696d706c7941646d6972652f5a61616b7379737465656d2f6261646765732f6770612e737667)](https://codeclimate.com/github/SimplyAdmire/Zaaksysteem)[![Test Coverage](https://camo.githubusercontent.com/b7694b777672d7f9992d697785414c07fe197e29b620562af3ef39eb3f1e0d20/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696d706c7941646d6972652f5a61616b7379737465656d2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/SimplyAdmire/Zaaksysteem/coverage)

[![Latest Stable Version](https://camo.githubusercontent.com/2b5b9f318a25b35993629e3cf967a1c845e81cf49bf7c2700d95c741cc1ad5ad/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c7961646d6972652f7a61616b7379737465656d2f762f737461626c65)](https://packagist.org/packages/simplyadmire/zaaksysteem)[![Total Downloads](https://camo.githubusercontent.com/96ff518454bd0a10a33c5622ee5fde6820e862346a4a3e36e14b2f6d290de8dd/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c7961646d6972652f7a61616b7379737465656d2f646f776e6c6f616473)](https://packagist.org/packages/simplyadmire/zaaksysteem)[![Latest Unstable Version](https://camo.githubusercontent.com/d4af4bba2e18ee75b440a261c6ca4eae7aa2e01b9659efff1791fe2430b7a5c6/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c7961646d6972652f7a61616b7379737465656d2f762f756e737461626c65)](https://packagist.org/packages/simplyadmire/zaaksysteem)[![License](https://camo.githubusercontent.com/f5dd54c489c42a1fce608c03d80cded1828e60ebac6633b3636a0aef92e6e8fa/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c7961646d6972652f7a61616b7379737465656d2f6c6963656e7365)](https://packagist.org/packages/simplyadmire/zaaksysteem)

This package is a PHP based client for Zaaksysteem (). The client is standalone, meaning it does not depend on any PHP framework. Implementations for frameworks like Flow are planned and will be released as separate packages.

Usage
=====

[](#usage)

```
use SimplyAdmire\Zaaksysteem\V1\Configuration;
use SimplyAdmire\Zaaksysteem\V1\Client;
use SimplyAdmire\Zaaksysteem\V1\Domain\Repository\CaseTypeRepository;

$configuration = new Configuration([
    'username' => '',
    'apiBaseUrl' => '',
    'apiKey' => ''
]);

$client = new Client($configuration);
$repository = new CaseTypeRepository($client);

$caseTypes = $repository->findAll();
```

Supported API's
===============

[](#supported-apis)

Object
------

[](#object)

Manual: .

For this API you have to configure an "Extern Koppelprofiel" in your Zaaksysteem instance.

Implemented methods:

- get
- list

V1
--

[](#v1)

Manual: .

For this API you have to configure an "Zaaksysteem API" in your Zaaksysteem instance.

Below you can find the implemented methods per API:

### Case

[](#case)

- get
- list
- create
- update
- transition
- prepare file

### Case\\Document

[](#casedocument)

- get
- list
- download file

### Case\\CaseType

[](#casecasetype)

- get
- list

### ControlPanel

[](#controlpanel)

- get
- list
- create
- update

### ControlPanel\\Host

[](#controlpanelhost)

- get
- list
- create
- update

### ControlPanel\\Instance

[](#controlpanelinstance)

- get
- list
- create
- update

### Case\\Subject

[](#casesubject)

- create

Release history
===============

[](#release-history)

- Next release
    - Breaking change: api id is no longer part of the api base url
- 1.0.1 Bugfix release
- 1.0.0 Initial release

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~112 days

Total

5

Last Release

3299d ago

Major Versions

1.0.1 → 2.0.02016-03-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e9226b2f3fd924b3a2cfbe7994532675a4f547ab0155de9046954b4872deb20?d=identicon)[radmiraal](/maintainers/radmiraal)

![](https://www.gravatar.com/avatar/952025ddbcf36d92ed48b3b99e8d5c3054f4437675a1f62973625443c98dcb13?d=identicon)[simplyadmire](/maintainers/simplyadmire)

---

Top Contributors

[![waterkip](https://avatars.githubusercontent.com/u/6317502?v=4)](https://github.com/waterkip "waterkip (3 commits)")[![rderidder](https://avatars.githubusercontent.com/u/15340546?v=4)](https://github.com/rderidder "rderidder (1 commits)")

---

Tags

clientzaaksysteem

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simplyadmire-zaaksysteem/health.svg)

```
[![Health](https://phpackages.com/badges/simplyadmire-zaaksysteem/health.svg)](https://phpackages.com/packages/simplyadmire-zaaksysteem)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
