dicomresearch / jawbone-api
Library to work with the Jawbone Up API
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/dicomresearch/jawbone-api
Requires
- php: >=5.4.0
- mashape/unirest-php: dev-master
This package is not auto-updated.
Last update: 2025-10-18 03:30:34 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