Skip to content

๐ŸŒ FameSystems Reseller API SDK

The FameSystems Reseller API SDK provides an easy-to-use PHP integration for accessing the FameSystems Reseller API.
With this SDK, resellers can efficiently manage domains, hosting, and other services.

Swagger

Documentation


๐Ÿ“ฅ Installation

The SDK is available via Composer and requires PHP 8.0 or higher.

composer require famesystems/reseller-api-sdk

๐Ÿ›  Requirements

  • PHP 8.0+
  • cURL extension enabled

๐Ÿš€ Quick Start

1๏ธโƒฃ Initialize the API Client

require 'vendor/autoload.php';

use FameSystems\ResellerAPI\Client;
use FameSystems\ResellerAPI\ResellerAPI;

$apiKey = 'YOUR_API_KEY';
$resellerAPI = new ResellerAPI($apiKey);

๐Ÿ“ก API Endpoints

The SDK supports all endpoints provided by the FameSystems Reseller API.

๐Ÿ“– Full API Documentation


๐Ÿ”’ Authentication

All requests require a Bearer Token for authentication.

$resellerAPI = new ResellerAPI('YOUR_API_KEY');

๐Ÿ›  Handling Errors

If an error occurs, the SDK returns structured API responses.


๐Ÿ“ž Support

If you need assistance, feel free to contact our Reseller Support Team:

๐Ÿ“ง Contact Support

๐Ÿš€ Start automating your reseller services today with the FameSystems API SDK!