jm / balancedpayment-bundle
Integrate BalancedPayment into your application
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 13
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.2
- balanced/balanced: dev-master
- doctrine/orm: >=2.2.3,<2.5-dev
- symfony/event-dispatcher: >= 2.1
- symfony/http-kernel: >= 2.1
This package is not auto-updated.
Last update: 2024-11-23 13:47:38 UTC
README
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
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Test
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.