chandachewe/moneyunify 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-19