# Omnipay: RoboKassa **RoboKassa driver for Omnipay PHP payment library** [![Latest Stable Version](https://poser.pugx.org/hiqdev/omnipay-robokassa/v/stable)](https://packagist.org/packages/hiqdev/omnipay-robokassa) [![Total Downloads](https://poser.pugx.org/hiqdev/omnipay-robokassa/downloads)](https://packagist.org/packages/hiqdev/omnipay-robokassa) [![Build Status](https://img.shields.io/travis/hiqdev/omnipay-robokassa.svg)](https://travis-ci.org/hiqdev/omnipay-robokassa) [![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/omnipay-robokassa.svg)](https://scrutinizer-ci.com/g/hiqdev/omnipay-robokassa/) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/omnipay-robokassa.svg)](https://scrutinizer-ci.com/g/hiqdev/omnipay-robokassa/) [![Dependency Status](https://www.versioneye.com/php/hiqdev:omnipay-robokassa/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:omnipay-robokassa/dev-master) [Omnipay] is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements [RoboKassa] support for Omnipay. [Omnipay]: https://github.com/omnipay/omnipay [RoboKassa]: http://robokassa.ru/ ## Installation The preferred way to install this library is through [composer](http://getcomposer.org/download/). Either run ```sh php composer.phar require "hiqdev/omnipay-robokassa" ``` or add ```json "hiqdev/omnipay-robokassa": "*" ``` 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/)