Gandi API
1.2.0
ไลบรารี PHP ง่าย ๆ สำหรับ Gandi API
วิธีที่แนะนำคือผ่านนักแต่งเพลง
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