PHP wrapper for Runkeeper Health Graph API
Version: 0.4.0-dev
Author: Pierre RASO - eX Nihili pierre@exnihili.com
Fork from opus-online/runkeeper
Add this to you composer.json
file, in the require object;
"tamvodopad/runkeeper": "dev-master"
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
- Added namespace
- Added proper composer auto-loading
- Fixed code style, typos, potential php errors (undefined variable etc)
- Added GuzzleHttp to handle connections
- Removed authentication, this is much better done with dedicated OAuth libraries (such as yii2-authclient or Zend_Oauth)
- 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