bouncefirst/hiveage

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

This package is auto-updated.

Last update: 2024-05-10 14:45:31 UTC


README

Build Status

Hiveage API documentation found here: https://www.hiveage.com/api/

Installation

  1. Add "bouncefirst/hiveage": "dev-master" to your composer.json file
  2. Run composer update
  3. Try the examples!

Usage

You'll want to grab all of your Connections first. Every other model is related to a Connection.

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