PHP Classes

Perfect Money Class: Perform operations with money using PerfectMoney

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 45 All time: 10,816 This week: 206Up
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

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 (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:45
This week:0
All time:10,816
This week:206Up