https://github.com/hiqdev/php-merchant
PHP merchant library
https://github.com/hiqdev/php-merchant
hacktoberfest
Last synced: 12 months ago
JSON representation
PHP merchant library
- Host: GitHub
- URL: https://github.com/hiqdev/php-merchant
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-10-21T11:13:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T14:55:31.000Z (over 1 year ago)
- Last Synced: 2024-11-13T15:44:38.239Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 261 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP merchant library
**Generalization over Omnipay**
[](https://github.com/hiqdev/php-merchant/actions)
[](https://packagist.org/packages/hiqdev/php-merchant)
[](https://packagist.org/packages/hiqdev/php-merchant)
This package provides generalized interface for [Omnipay] and [Payum]:
- generalized `purse` and `secret` for gateways
- generalized `time` and `payer` for responses
[Omnipay] is a framework agnostic, multi-gateway payment processing library for PHP 7.1+.
[Omnipay]: http://omnipay.thephpleague.com/
[Payum]: http://payum.org/
## Installation
The preferred way to install this library is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/php-merchant"
```
or add
```json
"hiqdev/php-merchant": "^2.0"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2015-2022, HiQDev (http://hiqdev.com/)