PHPackages                             thiagoprz/here-geocoder - 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. thiagoprz/here-geocoder

ActiveLibrary

thiagoprz/here-geocoder
=======================

Laravel package to explore Here Maps API

0.0.7(5y ago)06171MITBladePHP ^7.1.3CI failing

Since Jun 19Pushed 2y agoCompare

[ Source](https://github.com/thiagoprz/here-geocoder)[ Packagist](https://packagist.org/packages/thiagoprz/here-geocoder)[ RSS](/packages/thiagoprz-here-geocoder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

**HERE GEOCODER**
=================

[](#here-geocoder)

A Laravel package to work with Here Maps API.

**Installing**
--------------

[](#installing)

`composer require thiagoprz/here-geocoder`

- Add provider on config/app.php

```
'providers' => [
    ...
    Thiagoprz\HereGeocoder\HereGeocoderServiceProvider::class,
    ...
]

```

- Add three enviromental variables on your projects .env file (or on your system variables):
    - *HERE\_API\_ID* for geolocation services
    - *HERE\_APP\_CODE* for geolocation services
    - *HERE\_API\_KEY* for reverse geolocation service

Register on [https://developer.here.com/?create=Freemium-Basic&amp;keepState=true&amp;step=account](https://developer.here.com/?create=Freemium-Basic&keepState=true&step=account) and create a project.

**Features**
------------

[](#features)

- Address (and places) Geocoding

```
$geocoder = new HereGeocoder();
$geocoder->geocode('Champ de Mars, 5 Avenue Anatole France, 75007 Paris');
// Returns
{"Response":{"MetaInfo":{"Timestamp":"2019-06-19T11:58:23.882+0000"},"View":[{"_type":"SearchResultsViewType","ViewId":0,"Result":[{"Relevance":0.72,"MatchLevel":"street","MatchQuality":{"Country":1,"City":1,"Street":[1],"PostalCode":1},"Location":{"LocationId":"NT_FuYSIyQ21HcHCtmZuSx09B","LocationType":"point","DisplayPosition":{"Latitude":48.85478,"Longitude":2.30038},"NavigationPosition":[{"Latitude":48.85478,"Longitude":2.30038}],"MapView":{"TopLeft":{"Latitude":48.85798,"Longitude":2.29497},"BottomRight":{"Latitude":48.85317,"Longitude":2.30242}},"Address":{"Label":"Champ-de-Mars, 75007 Paris, France","Country":"FRA","State":"\u00cele-de-France","County":"Paris","City":"Paris","District":"7e Arrondissement","Street":"Champ-de-Mars","PostalCode":"75007","AdditionalData":[{"value":"France","key":"CountryName"},{"value":"\u00cele-de-France","key":"StateName"},{"value":"Paris","key":"CountyName"}]}}}]}]}}

```

**Testing Tool**
----------------

[](#testing-tool)

To make it easier Here Geocoder comes with a tool for testing the geocode functionality. After installation access http://YOU\_PROJECT\_LOCAL\_URL/here\_geocoder and you will be able to test the geocoding feature without having to code.

The testing tool only will be available when APP\_ENV is not running on production (prod or production).

**Roadmap**
-----------

[](#roadmap)

- Unit Tests
- Add batch geolocation support
- Add batch places support
- Add Facade for simpler access to geocode and future methods

For more information about geocode API check the Here API documentation:

The HERE API and HERE are trademarks of HERE Global B.V.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~84 days

Recently: every ~63 days

Total

7

Last Release

2015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4d9031d50aceeba8d2435fbff8b716b23fe120e70ebf6a8120a0bfe336dbec9?d=identicon)[thiagoprz](/maintainers/thiagoprz)

---

Top Contributors

[![Giacomo92](https://avatars.githubusercontent.com/u/11694429?v=4)](https://github.com/Giacomo92 "Giacomo92 (28 commits)")[![thiagoprz](https://avatars.githubusercontent.com/u/1896302?v=4)](https://github.com/thiagoprz "thiagoprz (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thiagoprz-here-geocoder/health.svg)

```
[![Health](https://phpackages.com/badges/thiagoprz-here-geocoder/health.svg)](https://phpackages.com/packages/thiagoprz-here-geocoder)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
