hiqdev / omnipay-freekassa
FreeKassa driver for Omnipay PHP payment library
Installs: 16 617
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 5
Open Issues: 0
Requires
- omnipay/common: ^3.0
Requires (Dev)
- hiqdev/hidev-hiqdev: <2.0
- hiqdev/hidev-php: <2.0
- omnipay/tests: ^3.0
This package is auto-updated.
Last update: 2024-10-24 19:50:43 UTC
README
FreeKassa driver for Omnipay PHP payment library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
This package implements FreeKassa support for Omnipay.
Installation
The preferred way to install this library is through composer.
Either run
php composer.phar require "hiqdev/omnipay-freekassa"
or add
"hiqdev/omnipay-freekassa": "*"
to the require section of your composer.json.
License
This project is released under the terms of the MIT license. Read more here.
Copyright © 2017, HiQDev (http://hiqdev.com/)