nti / payliance-bundle
Symfony PaylianceBundle
Package info
github.com/ntidev/PaylianceBundle
Type:symfony-bundle
pkg:composer/nti/payliance-bundle
1.0.4
2020-08-17 17:28 UTC
Requires
- craue/config-bundle: ~2.1
- guzzlehttp/guzzle: >=6.3
- jms/serializer-bundle: >=1.5
- symfony/serializer: >=2.0
This package is auto-updated.
Last update: 2026-02-18 06:16:53 UTC
README
Description
This bundle is used to integrate with ReceivablesPro from Payliance in order to process ACH payments.
Requirements
This bundle depends strictly on the following:
- 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
$ composer require nti/payliance-bundle -
Register the bundle inside the
AppKernel.phppublic function registerBundles() { ... new NTI\PaylianceBundle\NTIPaylianceBundle(), } -
Create the necessary configurations on the
craue_config_settingtable. See the fileSQL/payliance_craue_config_setting.sqlfor the list of configurations.
Usage
There are 3 services that can be used: PLCustomerService, PLACHAccountService, PLPaymentService
Todo
- Include recurring and scheduling options for payments
- Include samples of how to use the services
- Complete Unit Testing
- Add Travis CI
- Sphinx Documentation