PHPackages                             avtonom/geocoder-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. avtonom/geocoder-bundle

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

avtonom/geocoder-bundle
=======================

Geocoder Sypex-geo bundle for Symfony2 bundle for PHP

v1.1.1(9y ago)27MITPHPPHP &gt;=5.3.2

Since Jan 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Avtonom/geocoder-bundle)[ Packagist](https://packagist.org/packages/avtonom/geocoder-bundle)[ Docs](https://github.com/Avtonom/geocoder-bundle)[ RSS](/packages/avtonom-geocoder-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Geocoder Sypex-geo bundle for Symfony2 bundle for PHP
=====================================================

[](#geocoder-sypex-geo-bundle-for-symfony2-bundle-for-php)

Page bundle:

#### To Install

[](#to-install)

Run the following in your project root, assuming you have composer set up for your project

```
composer.phar require avtonom/geocoder-bundle ~1.1
```

Switching `~1.1` for the most recent tag.

Add the bundle to app/AppKernel.php

```
$bundles(
    ...
            new Bazinga\Bundle\GeocoderBundle\BazingaGeocoderBundle(),
            new YamilovS\SypexGeoBundle\YamilovsSypexGeoBundle(),
            new Avtonom\GeocoderBundle\AvtonomGeocoderBundle(),
    ...
);
```

Configuration options (config.yaml):

```
yamilovs_sypex_geo:
    database_path: "%kernel.root_dir%/../var/SypexGeoDatabase/SxGeoCity.dat"

bazinga_geocoder:
    providers:
        chain:
            providers: [avtonom_geocoder.geocoder.sypex_geo]
```

Update geo base:

```
php ./app/console yamilovs:sypex-geo:update-database-file
or
cd ./var/SypexGeoDatabase/
wget https://sypexgeo.net/files/SxGeoCity_utf8.zip -o  ./SxGeoCity.dat
unzip SxGeoCity_utf8.zip
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

3452d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851a2d4f8d02604c04bd2c4331a901e4fc92ed7ec1371cbceafb48c2495efc8c?d=identicon)[avtonomspb](/maintainers/avtonomspb)

---

Tags

bundlegeocoderSymfony2geosypexgeosypexsypex-geo

### Embed Badge

![Health badge](/badges/avtonom-geocoder-bundle/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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