An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Omnipay: Qiwi

**Qiwi driver for Omnipay PHP payment library**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/omnipay-qiwi/v/stable)](https://packagist.org/packages/hiqdev/omnipay-qiwi)
[![Total Downloads](https://poser.pugx.org/hiqdev/omnipay-qiwi/downloads)](https://packagist.org/packages/hiqdev/omnipay-qiwi)
[![Build Status](https://img.shields.io/travis/hiqdev/omnipay-qiwi.svg)](https://travis-ci.org/hiqdev/omnipay-qiwi)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/omnipay-qiwi.svg)](https://scrutinizer-ci.com/g/hiqdev/omnipay-qiwi/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/omnipay-qiwi.svg)](https://scrutinizer-ci.com/g/hiqdev/omnipay-qiwi/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:omnipay-qiwi/dev-master/badge.svg)](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/)