PHPackages                             sapistudio/sapimaps - 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. sapistudio/sapimaps

ActiveLibrary[API Development](/categories/api)

sapistudio/sapimaps
===================

maps api providers

3.0.4(6y ago)0621MITPHP

Since Nov 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Sapistudio/SapiMaps)[ Packagist](https://packagist.org/packages/sapistudio/sapimaps)[ RSS](/packages/sapistudio-sapimaps/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (1)

Installation
------------

[](#installation)

Issue following command in console:

```
composer require sapistudio/sapimaps
```

Usage
-----

[](#usage)

Initiate here provider

```
use Sapistudio\SapiMaps\Handler;
$here = Handler::Here(Config::HERE_API_KEY());
```

Get a reverse geocode address

```
$address =$here->revGeocode($coordinates);
// $coordinates can be an array of lat,lon , or passed as arguments
```

Get a static map image url with route draw

```
$mapRoute =$here->mapRoute($coordinates);
// $coordinates must be an array of coordinates. ex: [[lat1,lon1],[lat2,lon2]..etc]
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~286 days

Total

3

Last Release

2205d ago

Major Versions

2.0 → 3.0.32020-06-03

### Community

Maintainers

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

---

Top Contributors

[![Sapistudio](https://avatars.githubusercontent.com/u/15252797?v=4)](https://github.com/Sapistudio "Sapistudio (37 commits)")

---

Tags

here-maps-apiheremaps

### Embed Badge

![Health badge](/badges/sapistudio-sapimaps/health.svg)

```
[![Health](https://phpackages.com/badges/sapistudio-sapimaps/health.svg)](https://phpackages.com/packages/sapistudio-sapimaps)
```

###  Alternatives

[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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