PHPackages                             codeblog.pro/geo-coder - 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. codeblog.pro/geo-coder

ActiveLibrary[API Development](/categories/api)

codeblog.pro/geo-coder
======================

The geo-coder package helps to determine the coordinates by an address or to get the address by the coordinates. Supports multiple providers.

v0.2(5y ago)06MITPHPPHP &gt;=7.4

Since Aug 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PanovAlexey/geo-coder)[ Packagist](https://packagist.org/packages/codeblog.pro/geo-coder)[ Docs](https://github.com/PanovAlexey/geo-coder)[ RSS](/packages/codeblogpro-geo-coder/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (8)Dependencies (9)Versions (9)Used By (0)

Geo coder service package
=========================

[](#geo-coder-service-package)

[![Build Status](https://camo.githubusercontent.com/a7e1d8a99070af87c679fbd8a9d9b3e6fad882c64840a747d059c27bd44ecfa4/68747470733a2f2f7472617669732d63692e6f72672f50616e6f76416c657865792f67656f2d636f6465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PanovAlexey/geo-coder)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dbcb814b4e23e71c42bea6fd91cd2964c1d1cbb887e4395bc05c729668df1941/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616e6f76416c657865792f67656f2d636f6465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PanovAlexey/geo-coder/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/4598320c35adae3aeb291c3fb34f4d244c642582dfbb920535693bb31f410755/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616e6f76416c657865792f67656f2d636f6465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PanovAlexey/geo-coder/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/a644505a70ba48e0b4676a300e828ec616e57192ff62b0490d334e1ac0cc07ce/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616e6f76416c657865792f67656f2d636f6465722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Total Downloads](https://camo.githubusercontent.com/eb12688bd5d72d6bb73c2ca193e287b13bf479147c115a8a676e559b78addc43/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626c6f672e70726f2f67656f2d636f6465722f646f776e6c6f616473)](https://packagist.org/packages/codeblog.pro/geo-coder)[![Version](https://camo.githubusercontent.com/30c0f8cd001624d8a078711c3b5e53acbf52335f2f0d06911425265c5c31dd42/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626c6f672e70726f2f67656f2d636f6465722f76657273696f6e)](https://packagist.org/packages/codeblog.pro/geo-coder)

The geo-coder package helps to determine the coordinates by an address or to get the address by the coordinates. Supports multiple providers.

Install
-------

[](#install)

Via Composer

```
$ composer require codeblog.pro/geo-coder
```

Usage
-----

[](#usage)

```
// Moscow Sheremetyevo International Airport coordinates for example.
$locationOne = $geoCoder->getLocationByCoordinates(55.966784, 37.415715, 'en');
var_dump($locationOne);

// Oslo university address for example
$locationTwo = $geoCoder->getLocationByAddress('Oslo, Problemveien 7, 0315', 'ru');
var_dump($locationTwo);
```

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Panov Alexey](https://www.linkedin.com/in/codeblog/)

License
-------

[](#license)

The Apache License License. Please see [License File](LICENSE) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~6 days

Recently: every ~1 days

Total

8

Last Release

2050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/320ebec2f4777f2dbb62ce4ddee6529a950a7a2d9ed4ab2d31c0660b35b3de63?d=identicon)[Panov Alexey](/maintainers/Panov%20Alexey)

---

Top Contributors

[![PanovAlexey](https://avatars.githubusercontent.com/u/15037622?v=4)](https://github.com/PanovAlexey "PanovAlexey (53 commits)")

---

Tags

apigeocodinggeocodergooglewrappergeoyandexcoordinatesgeographical-coordinates

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/codeblogpro-geo-coder/health.svg)

```
[![Health](https://phpackages.com/badges/codeblogpro-geo-coder/health.svg)](https://phpackages.com/packages/codeblogpro-geo-coder)
```

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[yandex/geo

PHP-library for interactions with geo-coding Yandex.Maps

117309.0k3](/packages/yandex-geo)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)

PHPackages © 2026

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