Skip to content

rezzza/PaymentBe2billBundle

Repository files navigation

PaymentBe2billBundle

image

image

image

A Be2bill provider for JMSPaymentCoreBundle.

Supports only directLink payments, credits at the moment.

Installation

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.