PHPackages                             plutuss/here-coding-geo - 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. plutuss/here-coding-geo

ActiveLibrary[API Development](/categories/api)

plutuss/here-coding-geo
=======================

A Laravel package for working with HERE Maps geolocation services, including geocoding, reverse geocoding, and route calculations.

0.1.0(1y ago)05MITPHPPHP ^8.0|^8.1|^8.2

Since Oct 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/plutuss/here-coding-geo)[ Packagist](https://packagist.org/packages/plutuss/here-coding-geo)[ RSS](/packages/plutuss-here-coding-geo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

```
 composer require plutuss/here-coding-geo
```

```
php artisan vendor:publish --provider="Plutuss\HerePlatform\Providers\GeoCodingServiceProvider"
```

Hereapi API KEY

```
HERE_APP_ID=
HERE_API_KEY=
```

- geocodeSearch()
- reverse()
- discover()
- autocomplete()

```

    $result = GeoCoding::autocomplete('city street  houseNumber');

    /**
     * @var GeoCodingResponseInterface[] $result
     */

    foreach ($result as $item) {
     echo "{$item->title()} ";
    }
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance40

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f212e916c2a0da9c20395e7a542f52f4101ac522f8b2a3a7921769d5936b343?d=identicon)[plutuss](/maintainers/plutuss)

---

Top Contributors

[![plutuss](https://avatars.githubusercontent.com/u/68703752?v=4)](https://github.com/plutuss "plutuss (7 commits)")

---

Tags

apilaravelgeocodinggeolocationcountrieslocationgeographycoordinatesplacescities

### Embed Badge

![Health badge](/badges/plutuss-here-coding-geo/health.svg)

```
[![Health](https://phpackages.com/badges/plutuss-here-coding-geo/health.svg)](https://phpackages.com/packages/plutuss-here-coding-geo)
```

###  Alternatives

[igaster/laravel_cities

Seed all countries/cities from geonames.org database. Searchable DB tree, ready to use API &amp; a bonus vue.js component!

17988.7k1](/packages/igaster-laravel-cities)[lwwcas/laravel-countries

A comprehensive package for managing country data in Laravel applications, including multilingual support, geographic coordinates, and detailed metadata for seamless integration with Laravel.

12464.0k](/packages/lwwcas-laravel-countries)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)[jackmartin/laravel-yandex-geocode

Simply service laravel Yandex Geocoding

1016.6k](/packages/jackmartin-laravel-yandex-geocode)

PHPackages © 2026

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