Skip to content

A Moneyunify PHP Package For Payments Collections and Disbursements

Notifications You must be signed in to change notification settings

chandachewe10/moneyunify-payments

Repository files navigation

COLLECTIONS AND DISBURSEMEMNTS

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

About

A Moneyunify PHP Package For Payments Collections and Disbursements

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages