2017 © Pedro Peláez
 

library gandi-api

Simple PHP library for the Gandi API.

image

unisharp/gandi-api

Simple PHP library for the Gandi API.

  • Monday, July 17, 2017
  • by FreedomKnight
  • Repository
  • 9 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Gandi-API

Simple PHP library for the Gandi API., (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Dependencies

Installation

The recommended way is through Composer., (*3)

$ composer require narno/gandi-api

Usage

<?php
use Narno\Gandi\Api as GandiAPI;

try {
    $api = new GandiAPI();
    // set API key
    $params = ['your_api_key'];
    // fetches account informations...
    $account = $api->account->info($params);
    // and print
    print_r($account);
} catch (\Exception $e) {
    echo $e->getMessage();
}

License

Gandi-API is a free software distributed under the terms of the MIT license., (*4)

© 2017 Arnaud Ligny, (*5)

The Versions

17/07 2017

dev-master

9999999-dev https://github.com/Narno/Gandi-API

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

api zf2 gandi

17/07 2017

v1.3.2

1.3.2.0 https://github.com/Narno/Gandi-API

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

api zf2 gandi

17/07 2017

v1.3.1

1.3.1.0 https://github.com/Narno/Gandi-API

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

api zf2 gandi

14/07 2017

v1.3.0

1.3.0.0 https://github.com/Narno/Gandi-API

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

api zf2 gandi

22/08 2016

1.2.0

1.2.0.0 https://github.com/Narno/Gandi-API

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

api zf2 gandi

22/08 2016

1.1.0

1.1.0.0 https://github.com/Narno/ZendService_Gandi

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

api zf2 gandi

12/06 2016

1.0.0

1.0.0.0

Simple PHP library for the Gandi API.

  Sources   Download

MIT

The Requires

 

zf2 gandi