A Be2bill provider for JMSPaymentCoreBundle.
Supports only directLink payments, credits at the moment.
With composer
composer require rezzza/payment-be2bill-bundle
git clone git@github.com:rezzza/PaymentBe2billBundle.git
Edit your AppKernel.php
to register the bundle into your Symfony2 app with:
new Rezzza\PaymentBe2billBundle\RezzzaPaymentBe2billBundle()
- Add web form payment support.
- Write more unit tests.