PHPackages                             snijder/bunq-api-client - 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. [API Development](/categories/api)
4. /
5. snijder/bunq-api-client

ActiveLibrary[API Development](/categories/api)

snijder/bunq-api-client
=======================

Bunq API Client

10334[2 PRs](https://github.com/DennisSnijder/bunq-api-client/pulls)PHP

Since Mar 25Pushed 8y ago7 watchersCompare

[ Source](https://github.com/DennisSnijder/bunq-api-client)[ Packagist](https://packagist.org/packages/snijder/bunq-api-client)[ RSS](/packages/snijder-bunq-api-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bunq API Client
===============

[](#bunq-api-client)

[![Build status](https://camo.githubusercontent.com/6b09ddf5e9d122d7162d46a474bd57afb1a69d52385af033222adb41ef10879c/68747470733a2f2f6170692e7472617669732d63692e6f72672f44656e6e6973536e696a6465722f62756e712d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DennisSnijder/bunq-api-client)

Description
-----------

[](#description)

A PHP Client Library for accessing Bunq's API.

Installation
------------

[](#installation)

```
$ composer require snijder/bunq-api-client

```

Usage
-----

[](#usage)

```
$keyPair = new \Snijder\Bunq\Model\KeyPair($apiKey, $publicKey, $privateKey);
$bunqClient = new \Snijder\Bunq\BunqClient($keyPair);

$userResource = new \Snijder\Bunq\Resource\UserResource($BunqClient);
$userResource->listUsers(); //list all available users.
```

Token Storage
-------------

[](#token-storage)

This Bunq API client automatically handles the installation by itself. By default the tokens are being store in the "PHP temporary folder".

You can use the `TokenStorageInterface` to overwrite the default file system storage.

```
$bunqClient->setInstallationTokenStorage($myInstallationTokenStorage);
$bunqClient->setSessionTokenStorage($mySessionTokenStorage);
```

or use the default token file storage.

```
$bunqClient->setSessionTokenStorage(
    new \Snijder\Bunq\Storage\SessionTokenFileStorage($path)
);

$bunqClient->setInstallationTokenStorage(
    new \Snijder\Bunq\Storage\InstallationTokenFileStorage($path)
);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/4d4cc33452a86934b11cad4c981eddeee6083dc3f19f40ca05c17070e7b6dd02?d=identicon)[Dsnijder](/maintainers/Dsnijder)

---

Top Contributors

[![DennisSnijder](https://avatars.githubusercontent.com/u/6953846?v=4)](https://github.com/DennisSnijder "DennisSnijder (19 commits)")

---

Tags

apibunqphp

### Embed Badge

![Health badge](/badges/snijder-bunq-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/snijder-bunq-api-client/health.svg)](https://phpackages.com/packages/snijder-bunq-api-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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