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: 2025-02-10 16:27:56 UTC
README
Hiveage API documentation found here: https://www.hiveage.com/api/
Installation
- Add
"bouncefirst/hiveage": "dev-master"
to your composer.json file - Run
composer update
- 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();