spacedealer/here-api

Here.com REST api client library based on guzzle 5

0.1.2 2015-05-04 07:42 UTC

This package is auto-updated.

Last update: 2024-09-29 00:12:31 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:

Build Status SensioLabsInsight Dependency Status

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