rezzza/payment-be2bill-bundle

Payment Bundle providing access to the Be2bill API

2.0.0 2018-02-28 17:11 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:59:45 UTC


README

https://poser.pugx.org/rezzza/payment-be2bill-bundle/version.png https://travis-ci.org/rezzza/PaymentBe2billBundle.png?branch=master https://insight.sensiolabs.com/projects/164c2857-988e-4444-9952-de29f82cef08/small.png

A Be2bill provider for JMSPaymentCoreBundle.

Supports only directLink payments, credits at the moment.

Installation

With composer

composer require rezzza/payment-be2bill-bundle

Git clone

git clone git@github.com:rezzza/PaymentBe2billBundle.git

Setup

Edit your AppKernel.php to register the bundle into your Symfony2 app with:

new Rezzza\PaymentBe2billBundle\RezzzaPaymentBe2billBundle()

TODO

  • Add web form payment support.
  • Write more unit tests.