PHP Classes

Perfect Money Class: Perform operations with money using PerfectMoney

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 45 This week: 1All time: 10,746 This week: 560Up
Version License PHP version Categories
perfectmoney_class 1.0Freeware5.4PHP 5, Web services, Finances
Description 

Author

This class can perform operations with money using PerfectMoney system.

It can send HTTP requests on behalf of a given user to the Web server of the PerfectMoney system, so it can perform several operations with money. Currently it can:

- Get the current account name
- Get the current account balance
- Transfer funds to another account
- Create a payment voucher

using this classs you can integrate perfectmoney payment system in your website or telegram bots.

we have also included some example files in this.

enjoy !
for any queries contact : https://t.me/mrbeandev

Picture of Tech Guy
Name: Tech Guy <contact>
Classes: 1 package by
Country: India India
Age: 23
All time rank: 4493303 in India India
Week rank: 416 Up25 in India India Up

Example

<?php

//place this file in the same folder with the class

// the following code will give a Array() of all the balance's !
require('./PerfectMoney.php');
$PM = new PerfectMoneyAPI("member_id", "your_account_password");
$PMbalance = $PM->getBalance();

print_r($PMbalance);

//to make a withdrawal
$result = $PM->transferFund("your_account_id","receiver_account_id","amount_to_withdraw");


  Files folder image Files  
File Role Description
Plain text file PerfectMoney.php Class PerfectMoney Main class file
Accessible without login Plain text file example_usage.php Example example of using the class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:45
This week:1
All time:10,746
This week:560Up