spacedealer / here-api
Here.com REST api client library based on guzzle 5
0.1.2
2015-05-04 07:42 UTC
Requires
- guzzlehttp/guzzle-services: 0.5.*
Requires (Dev)
- phpunit/phpunit: 4.6.*
This package is auto-updated.
Last update: 2024-10-29 00:21:46 UTC
README
Attention: Please do not use in production environments. It‘s WIP.
This is a simple api client for the here.com REST APIs based on Guzzle 5. Currently it supports the following APIs:
Requirements
- php >= 5.4
- Guzzle 5
- Guzzle Services 0.5
- Guzzle Command 0.7
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist spacedealer/here-api "*"
or add
"spacedealer/here-api": "*"
to the require section of your composer.json
file.
Usage
//tbd.
Todos
- Complete support for all here.com REST APIs
- Complete support for Places API (add beta methods)
- Finish php unit tests
- Improve response model handling