Gandi API
1.2.0
Gandi API的简单PHP库。
推荐的方法是通过作曲家。
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 ();
}根据MIT许可条款分发的免费软件。
©Arnaud Ligny