symfony-bundle payliance-bundle
Symfony PaylianceBundle
nti/payliance-bundle
Symfony PaylianceBundle
- Wednesday, May 2, 2018
- by ntidev
- Repository
- 3 Watchers
- 2 Stars
- 47 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 88 % Grown
Payliance ReceivablePro Integration Symfony2
Description
This bundle is used to integrate with ReceivablesPro from Payliance in order to process ACH payments., (*1)
Requirements
This bundle depends strictly on the following:, (*2)
- https://github.com/schmittjoh/JMSSerializerBundle (In order to handle serialization/deserialization of Payliance's API interactions)
- http://docs.guzzlephp.org/en/stable/overview.html (Used to make HTTP/s requests.)
- https://github.com/craue/CraueConfigBundle (Used to store the configuration of Payliance's API)
Installation
-
Install the bundle using composer, (*3)
$ composer require nti/payliance-bundle
- Register the bundle inside the
AppKernel.php
public function registerBundles()
{
...
new NTI\PaylianceBundle\NTIPaylianceBundle(),
}
- Create the necessary configurations on the
craue_config_setting
table. See the file SQL/payliance_craue_config_setting.sql
for the list of configurations.
Usage
There are 3 services that can be used: PLCustomerService
, PLACHAccountService
, PLPaymentService
, (*4)
Todo
- Include recurring and scheduling options for payments
- Include samples of how to use the services
- Complete Unit Testing
- Add Travis CI
- Sphinx Documentation
dev-master
9999999-dev
Symfony PaylianceBundle
Sources
Download
MIT
The Requires
by
Benjamin Vison
payliancebundle
v1.0.0
1.0.0.0
Symfony PaylianceBundle
Sources
Download
MIT
The Requires
by
Benjamin Vison
payliancebundle