https://github.com/hiqdev/omnipay-robokassa
RoboKassa plugin for PHP merchant library
https://github.com/hiqdev/omnipay-robokassa
hacktoberfest
Last synced: 3 months ago
JSON representation
RoboKassa plugin for PHP merchant library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-robokassa
- Owner: hiqdev
- License: mit
- Created: 2015-10-23T12:32:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T08:09:01.000Z (almost 4 years ago)
- Last Synced: 2026-03-28T00:37:21.415Z (3 months ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 68.4 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: RoboKassa
**RoboKassa driver for Omnipay PHP payment library**
[](https://packagist.org/packages/hiqdev/omnipay-robokassa)
[](https://packagist.org/packages/hiqdev/omnipay-robokassa)
[](https://travis-ci.org/hiqdev/omnipay-robokassa)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-robokassa/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-robokassa/)
[](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/)