PHPackages                             conduction/waardepapieren-php - 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. conduction/waardepapieren-php

ActiveLibrary

conduction/waardepapieren-php
=============================

Library for Waardepapieren functionality

10PHP

Since Jan 19Pushed 5y ago3 watchersCompare

[ Source](https://github.com/ConductionNL/waardepapieren-php)[ Packagist](https://packagist.org/packages/conduction/waardepapieren-php)[ RSS](/packages/conduction-waardepapieren-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

\#Waardepapieren API client for PHP

Requirements
------------

[](#requirements)

To use the waardepapieren API client, the following things are required:

- PHP &gt;= 7.4.0

Composer Installation
---------------------

[](#composer-installation)

By far the easiest way to install the waardepapieren API client is to require it with [Composer](http://getcomposer.org/doc/00-intro.md).

```
$ composer require conduction/waardepapieren-php:dev-main

{
    "require": {
        "conduction/waardepapieren-php":dev-main
    }
}

```

Getting started
---------------

[](#getting-started)

Initializing the waardepapieren API client.

```
$waardepapieren = new \Conduction\Waardepapieren\WaardepapierenApiClient();
```

Validating JWS Tokens
---------------------

[](#validating-jws-tokens)

For validating JWS tokens we provide two functions.

For validating the signature of the token we use the verifyJWSToken function. This function needs the public JWK key and the JWS token.

```
$valid = $waardepapieren->verifyJWSToken($key, $token);
```

It wil then return a boolean based on the fact if the signature is valid.

The second function named checkTokenData looks for differences is the data that's present in the JWS token compared to an array. The provided array is the data of the claim.

This function needs the JWS token and a array with data.

```
$valid = $waardepapieren->checkTokenData($token, $data);
```

It will then return a boolean based on the fact if there is a difference between the two datasets. True means there are no differences between the datasets and false if the two datasets differ from each other.

License
-------

[](#license)

Copyright (c) 2018 Copyright. All Rights Reserved. Made with love by **Conduction**.

Support
-------

[](#support)

Contact: [www.conduction.nl ](https://conduction.nl) —

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/67946687e214c06f0b6293cbebbfab8bd1662dd52a66f5b85a83571c62563dfb?d=identicon)[rubenvdlinde](/maintainers/rubenvdlinde)

---

Top Contributors

[![ginokok1996](https://avatars.githubusercontent.com/u/61521033?v=4)](https://github.com/ginokok1996 "ginokok1996 (10 commits)")[![rubenvdlinde](https://avatars.githubusercontent.com/u/4021899?v=4)](https://github.com/rubenvdlinde "rubenvdlinde (1 commits)")

### Embed Badge

![Health badge](/badges/conduction-waardepapieren-php/health.svg)

```
[![Health](https://phpackages.com/badges/conduction-waardepapieren-php/health.svg)](https://phpackages.com/packages/conduction-waardepapieren-php)
```

PHPackages © 2026

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