hiqdev / omnipay-okpay
OKPAY driver for Omnipay PHP payment library
Installs: 14 002
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- omnipay/common: ^3.0
Requires (Dev)
- hiqdev/hidev-hiqdev: *
- hiqdev/hidev-php: *
- omnipay/tests: ^3.0
This package is auto-updated.
Last update: 2024-11-18 02:54:14 UTC
README
OKPAY driver for Omnipay PHP payment library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements OKPAY support for Omnipay.
Installation
The preferred way to install this library is through composer.
Either run
php composer.phar require "hiqdev/omnipay-okpay"
or add
"hiqdev/omnipay-okpay": "*"
to the require section of your composer.json.
License
This project is released under the terms of the MIT license. Read more here.
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)