bouncefirst/hiveage

Hiveage.com API

v0.0.2 2015-02-26 15:18 UTC

This package is auto-updated.

Last update: 2024-09-10 15:38:19 UTC


README

Build Status

Hiveage API 文档在此处找到:https://www.hiveage.com/api/

安装

  1. "bouncefirst/hiveage": "dev-master" 添加到您的 composer.json 文件中
  2. 运行 composer update
  3. 试试示例!

用法

您首先需要获取所有连接。其他所有模型都与连接相关。

$hiveage = new \Bouncefirst\Hiveage\Hiveage('bouncefirst', '7FA41818y3wf5q5C739apn');
$connections = $hiveage->getConnections();