bytic / omnipay-plationline
This package is abandoned and no longer maintained.
The author suggests using the paytic/omnipay-plationline package instead.
PlatiOnline driver for ThePhpLeague Omnipay multi-payment processing library
3.0.13
2024-04-10 10:12 UTC
Requires
- php: ^7.1|^8.0
- ext-simplexml: *
- bytic/utility: ^1.0
- http-interop/http-factory-guzzle: ^1.2
- paytic/omnipay-common: ^3.0
Requires (Dev)
- ext-json: *
- mockery/mockery: ^1.0
- omnipay/tests: ^3.0|^4.0
- php-http/guzzle6-adapter: ^1.1.1|^2
- php-http/mock-client: ^1.1
- phpunit/phpunit: ^8.0|^9.0
- vlucas/phpdotenv: ^4.0
README
** PlatiOnline 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 Romcard support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "bytic/omnipay-plationline": "^1.0" } }
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.