定制 tvorwachs/cloudns-api-php 二次开发

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

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

tvorwachs/cloudns-api-php

Composer 安装命令:

composer require tvorwachs/cloudns-api-php

包简介

This is a wrapper library for the ClouDNS API to be used by PHP applications.

README 文档

README

This is a wrapper library for the ClouDNS API to be used by PHP applications. It tries to ease the integration of the API into your applications by handling all interactions with API and providing a simple interface to interact with.

Installation

Add this requirement to your composer.json file and run composer.phar install:

{
    "require": {
        "tvorwachs/cloudns-api-php": "*@dev-master"
    }
}

or

run composer require tvorwachs/cloudns-api-php

Getting Started

To begin using the Library, the cloudns.php must be included in your application.

use tvorwachs\ClouDNS;

An instance of the ClouDNS must be created to interact with the library. This Object is the gateway to all interactions with the library. The API password obtained from the ClouDNS must be passed into the ClouDNS by calling set_options.

$cloudns = new ClouDNS();
$cloudns->setOptions(array('authId' => '999','authPassword' => 'some_password', 'authType' => 'auth-id'));

Functions

View at tobee94.github.io

Reporting Issues/Contributing

If you find an issue with the library, please report the issue to us by using the repository's issue tracker and we will try to resolve the issue. If you resolve the issue or make other improvements feel free to create a pull request so we can merge it into a future release.

统计信息

  • 总下载量: 6.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: The
  • 更新时间: 2017-06-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固