https://github.com/hiqdev/omnipay-okpay
OKPAY driver for Omnipay PHP payment library
https://github.com/hiqdev/omnipay-okpay
hacktoberfest
Last synced: 12 months ago
JSON representation
OKPAY driver for Omnipay PHP payment library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-okpay
- Owner: hiqdev
- License: mit
- Created: 2015-10-23T12:21:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T15:50:38.000Z (over 6 years ago)
- Last Synced: 2024-11-10T21:47:23.296Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: OKPAY
**OKPAY driver for Omnipay PHP payment library**
[](https://packagist.org/packages/hiqdev/omnipay-okpay)
[](https://packagist.org/packages/hiqdev/omnipay-okpay)
[](https://travis-ci.org/hiqdev/omnipay-okpay)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-okpay/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-okpay/)
[](https://www.versioneye.com/php/hiqdev:omnipay-okpay/dev-master)
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+.
This package implements [OKPAY](https://okpay.com/) support for Omnipay.
## Installation
The preferred way to install this library is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/omnipay-okpay"
```
or add
```json
"hiqdev/omnipay-okpay": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the MIT [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/mit).
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)