https://github.com/hiqdev/omnipay-qiwi
Qiwi driver for Omnipay PHP payment library
https://github.com/hiqdev/omnipay-qiwi
hacktoberfest
Last synced: about 1 year ago
JSON representation
Qiwi driver for Omnipay PHP payment library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-qiwi
- Owner: hiqdev
- License: mit
- Created: 2015-10-23T12:27:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T16:57:03.000Z (over 6 years ago)
- Last Synced: 2025-06-01T07:17:08.445Z (about 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: Qiwi
**Qiwi driver for Omnipay PHP payment library**
[](https://packagist.org/packages/hiqdev/omnipay-qiwi)
[](https://packagist.org/packages/hiqdev/omnipay-qiwi)
[](https://travis-ci.org/hiqdev/omnipay-qiwi)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-qiwi/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-qiwi/)
[](https://www.versioneye.com/php/hiqdev:omnipay-qiwi/dev-master)
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+.
This package implements [Qiwi](https://qiwi.ru/) 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-qiwi"
```
or add
```json
"hiqdev/omnipay-qiwi": "*"
```
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/)