PHPackages                             verschoof/bunq-api-bundle - 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. verschoof/bunq-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

verschoof/bunq-api-bundle
=========================

Implements the bunq-api into your Symfony application

v2.1.1(8y ago)129MITPHP

Since May 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/verschoof/bunq-api-bundle)[ Packagist](https://packagist.org/packages/verschoof/bunq-api-bundle)[ RSS](/packages/verschoof-bunq-api-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (6)Used By (0)

bunq api bundle
===============

[](#bunq-api-bundle)

A Symfony2 bundle to implement the bunq client

Installation
============

[](#installation)

Require the package

```
composer require verschoof/bunq-api-bundle

```

Register bundle in the AppKernel

```
$bundles = array(
    ...
    new Verschoof\BunqApiBundle\BunqApiBundle(),
    ...
)

```

Add configuration to your config.yml

```
bunq_api:
    storage_location: "var/data/bunq"
    key:              "Api key"
    uri:              "End point"
    permitted_ips:    "List of permitted ips"

```

Make sure the private and public certificate exists

```
cd var/data/bunq/certificates/
openssl genpkey -algorithm RSA -out private.pem -pkeyopt rsa_keygen_bits:2048 && openssl rsa -pubout -in private.pem -out public.pem

```

Don't forget to make `var/data/bunq` as symlink so your installation tokens/certificates are not gone after a deploy.

Usage
=====

[](#usage)

See `Resources/config/service.yml` for the availble resources

```
$paymentResource = $this->get('bunq_payment_resource');
$listOfPayments  = $paymentResource->listPayments(1, 1);

```

See  for more information

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity67

Established project with proven stability

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 ~86 days

Total

5

Last Release

2981d ago

Major Versions

v1.0.1 → v2.0.02017-06-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/00e43a110fd357cd566f613cc4539f4d8d20fd98ae6d57c8c7b469e5595b1151?d=identicon)[verschoof](/maintainers/verschoof)

### Embed Badge

![Health badge](/badges/verschoof-bunq-api-bundle/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/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

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

PHPackages © 2026

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