Skip to content

dotblock/whmcs-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

whmcs-php

whmcs-php provides PHP bindings for the WHMCS API.

Usage

<?php

include_once 'lib/whmcs.php';
define('WHMCS_URL', 'http://example.com/includes/api.php');
define('WHMCS_USERNAME', 'someusername');
define('WHMCS_PASSWORD', 'c4ca4238a0b923820dcc509a6f75849b'); // md5 hash

var_dump(WHMCS_Client::get_clients_details(array('clientid' => '1')));

See the lib/whmcs/ in this repo for usage details.

Copyright

Copyright (c) 2011 DotBlock.com, see LICENSE in this repo for details.

About

PHP bindings for the WHMCS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages