2017 © Pedro Peláez
 

library zendservice-gandi

image

narno/zendservice-gandi

  • Tuesday, July 31, 2018
  • by Narno
  • Repository
  • 1 Watchers
  • 11 Stars
  • 2,785 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Gandi-API

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

Latest Stable 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

Free software distributed under the terms of the MIT license., (*4)

© Arnaud Ligny, (*5)

The Versions

31/07 2018

dev-zf1

dev-zf1

  Sources   Download

06/03 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

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