定制 digicatech/resellerclub-php-api 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

digicatech/resellerclub-php-api

最新稳定版本:1.4.2

Composer 安装命令:

composer require digicatech/resellerclub-php-api

包简介

PHP SDK for ResellerClub API

README 文档

README

This client is used to interact with one of the following APIs:

  • ResellerClub (Docs)

Available API requests:

  • Actions
  • Billing
  • Contacts
  • Customers
  • Dns
  • Domains
  • Orders
  • Products
  • Sslcert

Installation

composer require digicatech/resellerclub-php-api

OR GITHUB REPOSITORY

composer.json:

"repositories": [ { "type": "vcs", "url": "https://github.com/digicatech/resellerclub-php-api" } ], "require": { "digicatech/resellerclub-php-api": "dev-main" } 

OR LOCAL PATH

composer.json:

"repositories": [ { "type": "path", "url": "resellerclub-php-api" } ], "require": { "digicatech/resellerclub-php-api": "dev-main" } 

Usage Example

live mode:

use digicatech\ResellerClub\ResellerClub; $resellerClub = new ResellerClub('<userId>', '<apiKey>'); $resellerClub->domains()->available(['google', 'example'], ['com', 'net']);

test mode:

use digicatech\ResellerClub\ResellerClub; $resellerClub = new ResellerClub('<userId>', '<apiKey>',true); $resellerClub->domains()->available(['google', 'example'], ['com', 'net']);

Note: All functions return a raw response from API.

Disclaimer

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

统计信息

  • 总下载量: 7.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固