Skip to content

nextgi/logicboxes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This library is designed to work with providers that operate on the LogicBoxes architecture. Some include:

Available API requests:

  • Actions
  • Billing
  • Contacts
  • Customers
  • Dns
  • Domains
  • Orders
  • Products
    • Customer Pricing
    • Reseller Pricing
    • Active Reseller Promotions

Installation

composer require nextgi/logicboxes-api

Usage Example

use nextgi\LogicBoxes\ResellerApi;

// In our example, we are using ResellerClub. Provider make no difference if they use LogicBoxes. 
$registrar = new ResellerApi('<userId>', '<apiKey>');
$registrar->domains()->available(['google', 'example'], ['com', 'net']);

Original Contributor

Many thanks to Ahmet Bora. This repository based on his ResellerClub PHP SDK repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages