bouncefirst / hiveage
Hiveage.com API
v0.0.2
2015-02-26 15:18 UTC
Requires
- guzzlehttp/guzzle: 5.2.*
Requires (Dev)
- phpunit/phpunit: 4.0.*
- scrutinizer/ocular: 1.1.*
This package is auto-updated.
Last update: 2024-09-10 15:38:19 UTC
README
Hiveage API 文档在此处找到:https://www.hiveage.com/api/
安装
- 将
"bouncefirst/hiveage": "dev-master"
添加到您的 composer.json 文件中 - 运行
composer update
- 试试示例!
用法
您首先需要获取所有连接。其他所有模型都与连接相关。
$hiveage = new \Bouncefirst\Hiveage\Hiveage('bouncefirst', '7FA41818y3wf5q5C739apn');
$connections = $hiveage->getConnections();