https://github.com/hiqdev/omnipay-freekassa
FreeKassa driver for Omnipay PHP payment library
https://github.com/hiqdev/omnipay-freekassa
hacktoberfest
Last synced: 12 months ago
JSON representation
FreeKassa driver for Omnipay PHP payment library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-freekassa
- Owner: hiqdev
- License: mit
- Created: 2017-03-29T13:27:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T13:57:41.000Z (over 4 years ago)
- Last Synced: 2024-11-09T01:12:21.258Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 20.5 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: FreeKassa
**FreeKassa driver for Omnipay PHP payment library**
[](https://packagist.org/packages/hiqdev/omnipay-freekassa)
[](https://packagist.org/packages/hiqdev/omnipay-freekassa)
[](https://travis-ci.org/hiqdev/omnipay-freekassa)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-freekassa/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-freekassa/)
[](https://www.versioneye.com/php/hiqdev:omnipay-freekassa/dev-master)
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+.
This package implements [FreeKassa](http://freekassa.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-freekassa"
```
or add
```json
"hiqdev/omnipay-freekassa": "*"
```
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 © 2017, HiQDev (http://hiqdev.com/)