2017 © Pedro Peláez
 

library cloudns-api-php

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

image

tvorwachs/cloudns-api-php

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

  • Friday, September 9, 2016
  • by tvorwachs
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,931 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 19 % Grown

The README.md

ClouDNS API Library

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., (*1)

Installation

Add this requirement to your composer.json file and run composer.phar install:, (*2)

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

or, (*3)

run composer require tvorwachs/cloudns-api-php, (*4)

Getting Started

To begin using the Library, the cloudns.php must be included in your application., (*5)

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., (*6)

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

Functions

View at tobee94.github.io, (*7)

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., (*8)

The Versions

09/09 2016

dev-master

9999999-dev http://github.com/lovelins12/cloudns-api-php/

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

  Sources   Download

The MIT License (MIT)

The Requires

 

The Development Requires

by Tobias Vorwachs
by Luis Rodriguez

api php cloudns