dicomresearch / jawbone-api
Library to work with the Jawbone Up API
dev-master
2016-04-26 14:34 UTC
Requires
- php: >=5.4.0
- mashape/unirest-php: dev-master
This package is not auto-updated.
Last update: 2025-03-22 00:29:30 UTC
README
Library for a simple integration with "Jawbone Up"
Install with Composer
If you're using Composer to manage dependencies, you can add JawboneApi with it.
{
"require" : {
"anchoret/jawbone-api" : "dev-master"
}
}
Install source from GitHub
Library requires PHP v5.4+
. Download the PHP library from Github, and require in your script like so:
To install the source code:
$ git clone git@github.com:anchoret/jawbone-api.git