jleagle/btn-api-client
Composer 安装命令:
composer require jleagle/btn-api-client
包简介
A helper class to access data from the BTN API
关键字:
README 文档
README
A helper class to access data from the BTN API (http://btnapps.net/)
Usage
Instantiate Btn() with your API key:
$btn = new \Jleagle\Btn\Btn($apiKey);
Get blog posts:
try { print_r($btn->getBlog()); } catch(Exception $e) { echo $e->getMessage(); }
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-09-16