Download the PHP package jakubzapletal/payment-webpay-bundle without Composer
On this page you can find all versions of the php package jakubzapletal/payment-webpay-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jakubzapletal/payment-webpay-bundle
More information about jakubzapletal/payment-webpay-bundle
Files in jakubzapletal/payment-webpay-bundle
Package payment-webpay-bundle
Short Description Payment Bundle for Symfony2 providing an access to the GP webpay API
License MIT
Informations about the package payment-webpay-bundle
Payment Webpay Bundle
This is an extension to the JMSPaymentCoreBundle providing an access to the GP Webpay API (https://www.globalpaymentsinc.com).
Available Transaction Types:
- approveAndDeposit
Instalation
Composer
If you don't have Composer install it:
Add jakubzapletal/payment-webpay-bundle
to composer.json
:
Register a bundle
Dependencies
This plugin depends on the JMSPaymentCoreBundle, so you'll need to add this to your kernel as well even if you don't want to use its persistence capabilities.
Configuration
Usage
With the Payment Plugin Controller (Recommended)
Example is inspired by official JMSPaymentCorebundle usage. There is shown only a different part than the official one.
Without the Payment Plugin Controller
The Payment Plugin Controller is made available by the CoreBundle and basically is the interface to a persistence backend like the Doctrine ORM. It also performs additional integrity checks to validate transactions. If you don’t need these checks, and only want an easy way to communicate with the Webpay API, then you can use the plugin directly:
Contributing
Contributions are welcome! Please see the Contribution Guidelines.
All versions of payment-webpay-bundle with dependencies
symfony/framework-bundle Version ~2.0
jms/payment-core-bundle Version ~1.0
alcohol/iso4217 Version 1.0.3