PHPackages                             surzhikov/location - 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. surzhikov/location

ActiveLibrary

surzhikov/location
==================

Eloquent-style wrapper for DaData service (geocoding) (for Laravel)

12PHP

Since Nov 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Surzhikov/location)[ Packagist](https://packagist.org/packages/surzhikov/location)[ RSS](/packages/surzhikov-location/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Location
========

[](#location)

Eloquent-style wrapper for DaData.ru geocoding (for Laravel)

Example
-------

[](#example)

```
use \Surzhikov\Location\Location;
$locations = Location::where('address', 'like', 'Мосва, улица Ленинский просп дом 4')
    ->limit(10)
    ->where('level', '>=', 'city')
    ->get();
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![Surzhikov](https://avatars.githubusercontent.com/u/7311895?v=4)](https://github.com/Surzhikov "Surzhikov (2 commits)")

### Embed Badge

![Health badge](/badges/surzhikov-location/health.svg)

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

PHPackages © 2026

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