Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 620 Bytes

Feltkamp.tv

RRPproxy API

PHP Class for the RRPproxy API

Requirements

  • PHP 5.2 or higher
  • CURL
  • RRPproxy API credentials

Get started

You will find everything you need to know to use this API in the API Documentation

Usage

include('rrpproxy.class.php');
$rrp = new RRPProxy($username, $password);
$domain_check = $rrp->CheckDomain($domain);

What is RRPproxy?

RRPproxy offers domain name registration and webhosting services for resellers.

License

This code is licensed under the GNU license.