2017 © Pedro Peláez
 

symfony-bundle bunq-api-bundle

Implements the bunq-api into your Symfony application

image

verschoof/bunq-api-bundle

Implements the bunq-api into your Symfony application

  • Wednesday, May 2, 2018
  • by verschoof
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

bunq api bundle

A Symfony2 bundle to implement the bunq client, (*1)

Installation

Require the package, (*2)

composer require verschoof/bunq-api-bundle

Register bundle in the AppKernel, (*3)

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

Add configuration to your config.yml, (*4)

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, (*5)

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., (*6)

Usage

See Resources/config/service.yml for the availble resources, (*7)

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

See https://github.com/verschoof/bunq-api for more information, (*8)

The Versions

02/05 2018

dev-master

9999999-dev

Implements the bunq-api into your Symfony application

  Sources   Download

MIT GNU GENERAL PUBLIC LICENSE

The Requires

 

02/05 2018

v2.1.1

2.1.1.0

Implements the bunq-api into your Symfony application

  Sources   Download

MIT

The Requires

 

02/05 2018

v2.1.0

2.1.0.0

Implements the bunq-api into your Symfony application

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

08/06 2017

v2.0.0

2.0.0.0

Implements the bunq-api into your Symfony application

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

08/06 2017

dev-RefreshSessionMiddleware

dev-RefreshSessionMiddleware

Implements the bunq-api into your Symfony application

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

21/05 2017

v1.0.1

1.0.1.0

Implements the bunq-api into your Symfony application

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

20/05 2017

v1.0.0

1.0.0.0

Implements the bunq-api into your Symfony application

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires