A super-simple PHP file that gives you ready-to-go functions for collections and disbursements.
Collections
Disbursements
- Download the repo into your project folder
- Replace values in the config.php file
- Add the following to your main php file (or autoload)
require_once('mtn.php');
require_once('config.php');
- Call the functions in your code. See testCollect.php for an example usage.
Email me at celowhale@gmail.com