PHPackages                             adiesel82/geoservice-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adiesel82/geoservice-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adiesel82/geoservice-laravel
============================

SypexGeo Laravel 5.5 service

0.0.5(8y ago)11841MITPHPPHP &gt;=5.4.0

Since Sep 6Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ADiesel82/geoservice-laravel)[ Packagist](https://packagist.org/packages/adiesel82/geoservice-laravel)[ RSS](/packages/adiesel82-geoservice-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

adiesel82/geoservice-laravel
============================

[](#adiesel82geoservice-laravel)

**GeoIP Laravel 5.5 service**

For the current moment SyperGeo service implemented only:

Plaese follow next steps for install:

**1) add dependence:**

```
composer require adiesel82/geoservice-laravel

```

**2) add next items into *config/app.php***

```
'providers' => [
    ADiesel82\GeoService\GeoServiceProvider::class,
]

'aliases' => [
    'Geo' => ADiesel82\GeoService\GeoServiceFacade::class,
]

```

**3) publish config with artisan:**

```
php artisan vendor:publish

```

Type 0 to publish all or a digit near *ADiesel82\\GeoService\\GeoServiceProvider*

```
[8 ] Provider: ADiesel82\GeoService\GeoServiceProvider

```

It is *8* in example below and hit enter.

As result you can find *geo.php* in the config folder.

For the current moment SyperGeo service supported only.

**Ready**

### Usage example:

[](#usage-example)

```
$result = \Geo::get(\request()->ip());
dd($result);
```

As result:

```
{#129 ▼
  +"city": {#128 ▼
    +"id": 524901
    +"lat": 55.75222
    +"lon": 37.61556
    +"name_ru": "Москва"
    +"name_en": "Moscow"
  }
  +"country": {#130 ▼
    +"id": 185
    +"iso": "RU"
  }
}
```

### Auto update database with composer

[](#auto-update-database-with-composer)

```
"post-install-cmd": [
  "ADiesel82\\GeoService\\ComposerScripts::postInstall"
],
"post-update-cmd": [
  "ADiesel82\\GeoService\\ComposerScripts::postUpdate"
],

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3170d ago

### Community

Maintainers

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

---

Top Contributors

[![DieselPower200](https://avatars.githubusercontent.com/u/8981867?v=4)](https://github.com/DieselPower200 "DieselPower200 (1 commits)")

### Embed Badge

![Health badge](/badges/adiesel82-geoservice-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/adiesel82-geoservice-laravel/health.svg)](https://phpackages.com/packages/adiesel82-geoservice-laravel)
```

###  Alternatives

[lunetics/timezone-bundle

A Bundle for detecting the timezone

2641.9k](/packages/lunetics-timezone-bundle)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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