fastwebmedia/hive-api
最新稳定版本:4.0.1
Composer 安装命令:
composer require fastwebmedia/hive-api
包简介
A wrapper around Hive API.
README 文档
README
Install
composer require fastwebmedia/hive
You then need to add the service provider
'FWM\Hive\HiveServiceProvider'
Finally publised the config
php artisan vendor:publish
Usage
You should first update the config file with the URL and the access token so you can make request via the Hive API.
$client = new FWM\Hive\Client();
return $client->api('user')->getUser('hello@fastweb.media');
Documentation
Coming soon - for now look in the Code and User API classes to view the available methods.
统计信息
- 总下载量: 503
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-26