https://github.com/hiqdev/omnipay-interkassa
InterKassa driver for the Omnipay PHP payment processing library
https://github.com/hiqdev/omnipay-interkassa
hacktoberfest
Last synced: 12 months ago
JSON representation
InterKassa driver for the Omnipay PHP payment processing library
- Host: GitHub
- URL: https://github.com/hiqdev/omnipay-interkassa
- Owner: hiqdev
- License: mit
- Created: 2015-10-23T12:20:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T16:17:55.000Z (over 7 years ago)
- Last Synced: 2024-11-11T07:52:07.051Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnipay: InterKassa
**InterKassa driver for the Omnipay PHP payment processing library**
[](https://packagist.org/packages/hiqdev/omnipay-interkassa)
[](https://packagist.org/packages/hiqdev/omnipay-interkassa)
[](https://travis-ci.org/hiqdev/omnipay-interkassa)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-interkassa/)
[](https://scrutinizer-ci.com/g/hiqdev/omnipay-interkassa/)
[](https://www.versioneye.com/php/hiqdev:omnipay-interkassa/dev-master)
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+.
This package implements [InterKassa](http://interkassa.com/) 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-interkassa"
```
or add
```json
"hiqdev/omnipay-interkassa": "*"
```
to the require section of your composer.json.
## Basic Usage
The following gateway is provided by this package:
* [InterKassa Shop Cart Interface](http://interkassa.com/)
For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay) repository.
## Support
If you are having general issues with Omnipay, we suggest posting on
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project,
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
you can subscribe to.
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/hiqdev/omnipay-interkassa/issues),
or better yet, fork the library and submit a pull request.
## 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/)