bouncefirst / hiveage
Hiveage.com API
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 5
Open Issues: 1
pkg:composer/bouncefirst/hiveage
Requires
- guzzlehttp/guzzle: 5.2.*
Requires (Dev)
- phpunit/phpunit: 4.0.*
- scrutinizer/ocular: 1.1.*
This package is auto-updated.
Last update: 2025-10-10 17:53:23 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();