PHPackages                             v360tech/geonames - 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. v360tech/geonames

ActiveLibrary[API Development](/categories/api)

v360tech/geonames
=================

A Laravel (php) package that interfaces with the geolocation services on geonames.org.

11.1.0(1y ago)05MITPHPPHP ^7.0 || ^8.0 || ^8.1 || ^8.2 || ^8.3

Since Jun 1Pushed 1y agoCompare

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

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

geonames
========

[](#geonames)

A Laravel (php) package to interface with the geo-location services at geonames.org.

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

[](#installation)

```
composer require v360tech/geonames

```

And then add `geonames` provider to `providers` array in `app.php` config file:

```
V360Tech\Geonames\GeonamesServiceProvider::class,
```

After that, Run migrate command:

```
php artisan migrate

```

Want to install all of the geonames records for the US, Canada, and Mexico as well as pull in the feature codes definitions file in English?

```
php artisan geonames:install --country=US --country=CA --country=MX --language=en
```

Want to just install everything in the geonames database?

```
php artisan geonames:install
```

Maintenance
-----------

[](#maintenance)

Now that you have the geonames database up and running on your system, you need to keep it up-to-date.

I have an update script that you need to schedule in Laravel to run every day.

Assuming your servers are running on GMT, your update command would look like:

```
$schedule->command('geonames:update')->dailyAt('3:00');
```

The update artisan command will handle the updates and deletes to the geonames table.

By default, `GeonamesServiceProvider` will run it for you daily at `config('geonames.update_daily_at')`.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.8% 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

2

Last Release

715d ago

### Community

Maintainers

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

---

Top Contributors

[![michaeldrennen](https://avatars.githubusercontent.com/u/5288190?v=4)](https://github.com/michaeldrennen "michaeldrennen (259 commits)")[![leonid-chernyavskiy](https://avatars.githubusercontent.com/u/60206382?v=4)](https://github.com/leonid-chernyavskiy "leonid-chernyavskiy (7 commits)")[![v360-tech](https://avatars.githubusercontent.com/u/80833048?v=4)](https://github.com/v360-tech "v360-tech (4 commits)")[![karlshea](https://avatars.githubusercontent.com/u/40136?v=4)](https://github.com/karlshea "karlshea (4 commits)")[![simonschaufi](https://avatars.githubusercontent.com/u/941794?v=4)](https://github.com/simonschaufi "simonschaufi (2 commits)")[![victorlap](https://avatars.githubusercontent.com/u/1645632?v=4)](https://github.com/victorlap "victorlap (1 commits)")[![maherelgamil](https://avatars.githubusercontent.com/u/6294478?v=4)](https://github.com/maherelgamil "maherelgamil (1 commits)")[![mikrahub](https://avatars.githubusercontent.com/u/14978471?v=4)](https://github.com/mikrahub "mikrahub (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/v360tech-geonames/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[michaeldrennen/geonames

A Laravel (php) package that interfaces with the geolocation services on geonames.org.

9514.0k](/packages/michaeldrennen-geonames)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[spinen/laravel-clickup

SPINEN's Laravel Package for ClickUp.

282.2k](/packages/spinen-laravel-clickup)

PHPackages © 2026

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