The JmBalancedPaymentBundle integrates the Balanced Payment library (https://github.com/balanced/balanced-php) to accept credit cards and debit bank accounts for your business. (more information: https://www.balancedpayments.com/)
Features include:
- BankAccount / Card Entities using Doctrine
- Doctrine EventListener to sync automatically
- Payment entity to list all debits/credits
- Unit tested
TODO:
- Command to sync payments status
- Add Edit/Delete sync methods in the doctrinelistener for BankAccount/Card
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
All the installation instructions are located in documentation.
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Issues and feature requests are tracked in the Github issue tracker.