PHP wrapper for Runkeeper Health Graph API
Version: 0.3.6
Author: Pierre RASO - eX Nihili pierre@exnihili.com
Add this to you composer.json
file, in the require object;
"madewithlove/runkeeper": "0.3.*"
After that, run composer install
to install the RunKeeper API wrapper.
- Symfony YAML (https://github.com/symfony/yaml) - Installed via Composer
- PHP cURL support (http://www.php.net/manual/en/book.curl.php)
- PHP json support (http://fr2.php.net/manual/en/book.json.php)
See /usage/rk-api.sample.php
- Use Symfony 2's YAML component instead of Symfony 1's
- Constraint extension dependencies via Composer
- Removed unneeded include
- Updated composer.json file, posted to packagist.org
- Added autoload statement for runkeeperAPI.class.php
- Updated README
- Install sfYaml via Composer
- Adds support for Records
- fixed bug (missing "}")
- fixed bug with cURL on some server which had "error :SSL certificate problem, verify that the CA cert is OK"
- added support for "Delete" requests in "doRunkeeperRequest" method
- added Interfaces in API config
- Initial version