2017 © Pedro Peláez
 

library whmcs

iCash WHMCS

image

icash-pl/whmcs

iCash WHMCS

  • Friday, January 20, 2017
  • by sciarcinski
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

iCash.pl: WHMCS

Quick Installation

composer require icash-pl/whmcs

Getting started

setService('EdyEm5QfbSm7oSg8XojpkH87xz8qVHx2', 'ICH.TEST');

$whmcs->setNumbers([
    [
        'min' => 10.01,
        'max' => 11.01,
        'number' => 7955,
        'net' => 10.00
    ],
    [
        'min' => 11.01,
        'max' => 14.01,
        'number' => 91155,
        'net' => 14.00
    ],
    [
        'min' => 14.01,
        'max' => 19.01,
        'number' => 91955,
        'gross' => 23.37
    ],
]);

$whmcs->setOrder([
    'id' => 123,
    'amount' => 15.00
]);

if (isset($_POST['code'])) {    
    $whmcs->getStatusCode($_POST['code']);
    
    // ok
    if ($whmcs->icash()->statusOk()) {

    }
    // error
    else {

    }
}
?>

The Versions

20/01 2017

dev-master

9999999-dev

iCash WHMCS

  Sources   Download

MIT

The Requires

 

api whmcs icash

20/01 2017

1.0.1

1.0.1.0

iCash WHMCS

  Sources   Download

MIT

The Requires

 

api whmcs icash