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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

timiki/geonames-bundle
======================

Timiki Geonames bundle

18911PHP

Since Jan 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/timiki/geonames-bundle)[ Packagist](https://packagist.org/packages/timiki/geonames-bundle)[ RSS](/packages/timiki-geonames-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Geonames bundle
===============

[](#geonames-bundle)

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

[](#installation)

**Install the bundle using composer:**

```
composer require timiki/geonames-bundle:*

```

or add to composer.json

```
{
    require: {
        "timiki/geonames-bundle": "*"
    }
}

```

**Add the bundle to your AppKernel.php:**

```
$bundles = array(
    // ...
    new Timiki\Bundle\GeonamesBundle\GeonamesBundle(),
    // ...
);

```

**Install or update database schema:**

```
console doctrine:schema:update --force

or

console doctrine:schema:update --dump-sql

```

**Load Geonames data:**

```
console geonames:update

```

Update data
-----------

[](#update-data)

For update Geonames data run next command:

```
console geonames:update

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6694616?v=4)[Nikita Netyosin](/maintainers/netesin)[@netesin](https://github.com/netesin)

---

Top Contributors

[![netesin](https://avatars.githubusercontent.com/u/6694616?v=4)](https://github.com/netesin "netesin (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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