Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiqdev/yii2-merchant
Payment merchants extension for Yii2
https://github.com/hiqdev/yii2-merchant
hacktoberfest omnipay payum yii2
Last synced: about 1 month ago
JSON representation
Payment merchants extension for Yii2
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-merchant
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-10-21T11:30:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T14:16:16.000Z (over 2 years ago)
- Last Synced: 2024-06-21T20:00:14.967Z (7 months ago)
- Topics: hacktoberfest, omnipay, payum, yii2
- Language: PHP
- Size: 188 KB
- Stars: 17
- Watchers: 9
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Merchant
**Yii2 extension for payment processing with Omnipay, Payum and more later**
[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-merchant/v/stable)](https://packagist.org/packages/hiqdev/yii2-merchant)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-merchant/downloads)](https://packagist.org/packages/hiqdev/yii2-merchant)
[![Build Status](https://img.shields.io/travis/hiqdev/yii2-merchant.svg)](https://travis-ci.org/hiqdev/yii2-merchant)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-merchant.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-merchant/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-merchant.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-merchant/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-merchant/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-merchant/dev-master)This [Yii2] extension provides payment gateways integration with use of
[Omnipay] and [Payum] payment processing libraries.[Yii2]: http://yiiframework.com/
[Omnipay]: http://omnipay.thephpleague.com/
[Payum]: http://payum.org/## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-merchant"
```or add
```json
"hiqdev/yii2-merchant": "*"
```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-2017, HiQDev (http://hiqdev.com/)