chandachewe/moneyunify
最新稳定版本:v1.0.4
Composer 安装命令:
composer require chandachewe/moneyunify
包简介
A PHP Money Unify Package to collect and disburse payments via Mobile Wallets
README 文档
README
A Moneyunify PHP Package For Payments Collections and Disbursements
Requirements
- PHP >= 8.1
- MONEYUNIFY UUID MoneyUnify
Installation
Install package using composer require:
composer require chandachewe/moneyunify
The process of collecting payments is very simple. Once the package is downloaded you can do the following steps:
Usage
If you have required the package correctly you should now see a directory called vendor. If so proceed as follows
1. create a file in the root directory lets name it collections.php 2. add the following in the file: <?php require('vendor/autoload.php'); use Chandachewe\Moneyunify\Collections\GetPayments; $form = new GetPayments(); $form->processForm('YOUR MONEYUNIFY UUID HERE'); echo $form->renderForm(); ?> NOTE: Dont forget to replace your MONEYUNIFY UUID in the processForm() with the one you got From MoneyUnify ; 3. Run that file and you will see a payments form. Enter details to collect payments. Thats It!!!!
Versioning
Releases will be numbered with the following format:
<major>.<minor>.<patch>
Contributions
Fork the dev branch
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-19