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

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

chaplean/location-bundle
========================

Location bundle contains Entity Region/Department/City

v10.0.5(6y ago)0934MITPHPPHP &gt;=7.0.8

Since Nov 3Pushed 6y agoCompare

[ Source](https://github.com/chaplean/location-bundle)[ Packagist](https://packagist.org/packages/chaplean/location-bundle)[ RSS](/packages/chaplean-location-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (17)Versions (44)Used By (0)

Getting Started With ChapleanLocationBundle
===========================================

[](#getting-started-with-chapleanlocationbundle)

Prerequisites
=============

[](#prerequisites)

This version of the bundle requires Symfony 2.8+.

Installation
============

[](#installation)

1. Composer
-----------

[](#1-composer)

```
composer require chaplean/location-bundle

```

2. AppKernel.php
----------------

[](#2-appkernelphp)

Add

```
new Chaplean\Bundle\LocationBundle\ChapleanLocationBundle(),

```

3. Inject locations
-------------------

[](#3-inject-locations)

Run

```
bin/console location:load:cities
```

or Add command in migration

```
public function postUp(Schema $schema)
{
    /** @var Kernel $kernel */
    $kernel = $this->container->get('kernel');
    $application = new Application($kernel);
    $application->setAutoExit(false);

    $exitCode = $application->run(
        new ArrayInput(
            [
                'command'    => 'location:load:cities'
            ]
        )
    );

    $this->abortIf($exitCode !== 0, 'see Exception above ^');
}
```

4. Resources
------------

[](#4-resources)

- Regions: ?
- Départements:  (cf "Liste des départements")
- Villes:

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~101 days

Total

41

Last Release

2501d ago

Major Versions

v6.0.1 → v7.0.02017-10-16

v7.0.1 → v8.0.02017-12-14

v8.0.0 → v9.0.02018-03-27

v9.0.0 → v10.0.02018-05-15

v9.1.0 → v10.0.32018-06-08

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

v4.0.0PHP &gt;=7.0.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

---

Top Contributors

[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (21 commits)")[![valentin-chaplean](https://avatars.githubusercontent.com/u/15136254?v=4)](https://github.com/valentin-chaplean "valentin-chaplean (19 commits)")[![tomchaplean](https://avatars.githubusercontent.com/u/5412926?v=4)](https://github.com/tomchaplean "tomchaplean (9 commits)")[![bschlupp](https://avatars.githubusercontent.com/u/10741986?v=4)](https://github.com/bschlupp "bschlupp (2 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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