Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecmscom/yuncms-payment
The payment module for yuncms.
https://github.com/librecmscom/yuncms-payment
Last synced: about 2 months ago
JSON representation
The payment module for yuncms.
- Host: GitHub
- URL: https://github.com/librecmscom/yuncms-payment
- Owner: librecmscom
- License: mit
- Created: 2017-11-14T10:11:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T11:37:49.000Z (about 7 years ago)
- Last Synced: 2023-07-26T15:58:54.945Z (over 1 year ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yuncms-payment
The payment module for yuncms.
[![Latest Stable Version](https://poser.pugx.org/yuncms/yuncms-payment/v/stable.png)](https://packagist.org/packages/yuncms/yuncms-payment)
[![Total Downloads](https://poser.pugx.org/yuncms/yuncms-payment/downloads.png)](https://packagist.org/packages/yuncms/yuncms-payment)
[![Build Status](https://img.shields.io/travis/yuncms/yuncms-payment.svg)](http://travis-ci.org/yuncms/yuncms-payment)
[![License](https://poser.pugx.org/yuncms/yuncms-payment/license.svg)](https://packagist.org/packages/yuncms/yuncms-payment)## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```bash
$ composer require yuncms/yuncms-payment
```or add
```
"yuncms/yuncms-payment": "~2.0.0"
```to the `require` section of your `composer.json` file.
## License
this is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.