jleagle / btn-api-client
该软件包最新版本(0.0.2)没有可用的许可信息。
一个用于访问BTN API数据的辅助类
0.0.2
2015-09-03 22:11 UTC
Requires
- php: >=5.4
- fguillot/json-rpc: ~1.0
This package is auto-updated.
Last update: 2024-09-09 13:03:32 UTC
README
一个用于访问BTN API数据的辅助类 (http://btnapps.net/)
用法
使用您的API密钥实例化Btn()
$btn = new \Jleagle\Btn\Btn($apiKey);
获取博客文章
try { print_r($btn->getBlog()); } catch(Exception $e) { echo $e->getMessage(); }