rezzza / payment-be2bill-bundle
Payment Bundle providing access to the Be2bill API
Installs: 370
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 6
Forks: 10
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6.0,<7.2
- guzzle/http: ~3.1
- jms/payment-core-bundle: ~1.0
- symfony/framework-bundle: ~2.0|~3.0
Requires (Dev)
- atoum/atoum-bundle: dev-master
- doctrine/orm: *
- guzzle/plugin-mock: ~3.1
README
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.