PHP Class for the RRPproxy API
- PHP 5.2 or higher
- CURL
- RRPproxy API credentials
You will find everything you need to know to use this API in the API Documentation
include('rrpproxy.class.php');
$rrp = new RRPProxy($username, $password);
$domain_check = $rrp->CheckDomain($domain);
RRPproxy offers domain name registration and webhosting services for resellers.
This code is licensed under the GNU license.