Gandi API
1.2.0
Eine einfache PHP -Bibliothek für die Gandi -API.
Der empfohlene Weg ist über Komponist.
composer require narno/gandi-api <?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 ();
}Kostenlose Software, die unter den Bedingungen der MIT -Lizenz verteilt wird.
© Arnaud Ligny