PHPackages                             geertboetzkes/heremaps - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. geertboetzkes/heremaps

ActiveLibrary[API Development](/categories/api)

geertboetzkes/heremaps
======================

2.0(7y ago)168PHPPHP &gt;=7.0

Since Nov 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/geertboetzkes/HereMaps)[ Packagist](https://packagist.org/packages/geertboetzkes/heremaps)[ RSS](/packages/geertboetzkes-heremaps/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (8)Used By (0)

Geert Boetzkes / Here Maps
==========================

[](#geert-boetzkes--here-maps)

Heremaps is a simple Heremaps Rest wrapper for PHP 5.6+.

Features

- GeoCoder
- Mapview
- Route

Installation
============

[](#installation)

Composer
--------

[](#composer)

HereMaps is PSR-0 compliant and can be installed using [composer](http://getcomposer.org/). Simply add `geertboetzkes/heremaps` to your composer.json file. *Composer is the sane alternative to PEAR. It is excellent for managing dependencies in larger projects*.

```
{
    "require": {
        "geertboetzkes/heremaps": "*"
    }
}
```

Autoload using composer
-----------------------

[](#autoload-using-composer)

```
composer require geertboetzkes/heremaps
```

Example
=======

[](#example)

Here are a few examples how this libary could be used. for convenience I have build the package so that all the command are chain-able.

GeoCoding
---------

[](#geocoding)

```
