gentor / omnipay-euplatesc
Euplatesc driver for ThePhpLeague Omnipay multi-payment processing library
Installs: 1 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
pkg:composer/gentor/omnipay-euplatesc
Requires
- php: ^7.3
- paytic/omnipay-common: ^3.0
Requires (Dev)
- omnipay/tests: ^3.0|^4.0
- vlucas/phpdotenv: ^2.3
This package is auto-updated.
Last update: 2025-09-23 23:05:12 UTC
README
Euplatesc driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Euplatesc support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "gentor/omnipay-euplatesc": "dev-master" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
For general usage instructions, please see the main Omnipay repository.
Supported Methods
The supported gateway methods are:
purchase()
- redirect customer to payment formcompletePurchase()
- for reading messages on redirect URL from gatewayserverCompletePurchase()
- for reading messages on IPN URL from gatewayfetchTransaction()
- check transaction status from gateway