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

ActiveLibrary

codeblog.pro/geo-location-address
=================================

The package provides an entity of geographic location address.

v0.1(5y ago)01422MITPHPPHP &gt;=7.4

Since Oct 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PanovAlexey/geo-location-address)[ Packagist](https://packagist.org/packages/codeblog.pro/geo-location-address)[ Docs](https://github.com/PanovAlexey/geo-location-address)[ RSS](/packages/codeblogpro-geo-location-address/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (6)Versions (3)Used By (2)

GeoLocationAddress package
==========================

[](#geolocationaddress-package)

[![Build Status](https://camo.githubusercontent.com/8b999c84a39672965284c7bc7c0afe9e73ee83bd2e5d644d5116182f498efc60/68747470733a2f2f7472617669732d63692e6f72672f50616e6f76416c657865792f67656f2d6c6f636174696f6e2d616464726573732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PanovAlexey/geo-location-address)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8e3d87f906d2a3f139e544912bca8c493cd73b39708389441d5b7559096edf3f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616e6f76416c657865792f67656f2d6c6f636174696f6e2d616464726573732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PanovAlexey/geo-location-address/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/2532f921a7760db94350d523a588b3322339c6634b49f491c5ffcf6bcc4989b0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616e6f76416c657865792f67656f2d6c6f636174696f6e2d616464726573732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PanovAlexey/geo-location-address/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/9da81850a3b85bdf7df559f3094470c0f7240c62ac3e31f602418d52a7e440b7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50616e6f76416c657865792f67656f2d6c6f636174696f6e2d616464726573732f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Total Downloads](https://camo.githubusercontent.com/baba9ef20d4b566663e23f7c3f98e8b7989f83c920998de2edb61bf6c31d54e9/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626c6f672e70726f2f67656f2d6c6f636174696f6e2d616464726573732f646f776e6c6f616473)](https://packagist.org/packages/codeblog.pro/geo-location-address)[![Version](https://camo.githubusercontent.com/e3515fbdadf0d51be334cea7251c0961d574fe859ddbba64a73fe2e901e6accf/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626c6f672e70726f2f67656f2d6c6f636174696f6e2d616464726573732f76657273696f6e)](https://packagist.org/packages/codeblog.pro/geo-location-address)

The package provides an entity of geographic location address. It can be used both independently and as part of other packages.

Install
-------

[](#install)

Via Composer

```
$ composer require codeblog.pro/geo-location-address
```

Usage
-----

[](#usage)

```
$location = new Location(
    new Coordinates(55.75, 37.61),
    new Country('Czechia', 'CZE'),
    new Region('New Jersey', 'US-NJ'),
    'Velka Ohrada',
    'Wall Street',
    '10005'
);

echo $location->getAddressString();
echo $location->toArray();
```

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 MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

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 ~4 days

Total

2

Last Release

2042d 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 (22 commits)")

---

Tags

geolocationgeogeographical-coordinatescodeblog.progeo-location-address

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[maxmind-db/reader

MaxMind DB Reader API

69799.2M47](/packages/maxmind-db-reader)[menarasolutions/geographer

A PHP library that knows how any country, state or city is called in any language

765733.1k4](/packages/menarasolutions-geographer)[ipip/db

IPIP.net officially supported IP database ipdb format parsing library

139204.2k6](/packages/ipip-db)[maxh/php-nominatim

Wrapper for Nominatim API

51396.0k2](/packages/maxh-php-nominatim)[devrabiul/laravel-geo-genius

Laravel GeoGenius — A powerful, intelligent toolkit for geo-location, timezone, and locale-based features in Laravel applications.

1757.6k](/packages/devrabiul-laravel-geo-genius)[ipip/datx

IPIP.net官方支持的IP数据库datx格式解析库

3731.0k](/packages/ipip-datx)

PHPackages © 2026

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