narno/gandi-api
最新稳定版本:1.2.0
Composer 安装命令:
composer require narno/gandi-api
包简介
Simple PHP library for the Gandi API.
README 文档
README
A simple PHP library for the Gandi API.
Dependencies
- PHP 5.4+
- zend-xmlrpc
- Gandi API key
Installation
The recommended way is through Composer.
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.
统计信息
- 总下载量: 22.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-21