2017 © Pedro Peláez
 

library rage4-api-objective

An objective API to Rage4

image

splitice/rage4-api-objective

An objective API to Rage4

  • Tuesday, November 24, 2015
  • by splitice
  • Repository
  • 2 Watchers
  • 1 Stars
  • 155 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Rage4 DNS Objective Wrapping

Build Status, (*1)

This is a PHP5 wrapper to map Rage4 objects to domain objects and synchronize changes made., (*2)

Requirements

You need PHP 5.3.2+ compiled with the cURL extension., (*3)

Install Rage4 DNS Objective Wrapping

Installing via Composer

The recommended way to install OVH SDK is through Composer., (*4)

  1. Add splitice/rage4-api-objective as a dependency in your project's composer.json file:, (*5)

    {
        "require": {
            "splitice/rage4-api-objective": "dev-master"
        }
    }
  2. Download and install Composer:, (*6)

    curl -s http://getcomposer.org/installer | php
  3. Install your dependencies:, (*7)

    php composer.phar install
  4. Require Composer's autoloader, (*8)

    Composer also prepares an autoload file that's capable of autoloading all of the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:, (*9)

    require 'vendor/autoload.php';

You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org., (*10)

Examples

Here are some examples on how to do basic operations., (*11)

List all Domains

TODO, (*12)

Get domain by name

TODO, (*13)

Add / Update records

TODO, (*14)

More

See the unit tests for more usage examples, (*15)

The Versions

24/11 2015

dev-master

9999999-dev

An objective API to Rage4

  Sources   Download

The Requires

 

The Development Requires

api rage4

18/03 2015

v1.0

1.0.0.0

An objective API to Rage4

  Sources   Download

The Requires

 

The Development Requires

api rage4