PHPackages                             flexphp/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. [Framework](/categories/framework)
4. /
5. flexphp/location-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

flexphp/location-bundle
=======================

Location bundle for Symfony

08PHP

Since Dec 9Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Location-Bundle
===============

[](#location-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/dd08858af6f09472c83bcdc5513c4aa13a78882ecec626aa51f83d3dfbd09977/68747470733a2f2f706f7365722e707567782e6f72672f666c65787068702f6c6f636174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/flexphp/location-bundle)[![Total Downloads](https://camo.githubusercontent.com/8d5542866a79f98b94ef7ad5539ca72644d47a3dd0b8c8d8512464c41c18e1ba/68747470733a2f2f706f7365722e707567782e6f72672f666c65787068702f6c6f636174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/flexphp/location-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/11b6f9fd75a3b01cf4cf71ae90d0a02d9b94c2610b9c9ae517ea2b33fbc363d0/68747470733a2f2f706f7365722e707567782e6f72672f666c65787068702f6c6f636174696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/flexphp/location-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/963912018b049a8cabb3340beafd98e843dcc0ec32157ae89fe25ad10df2da52/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c65787068702f666c65782d6c6f636174696f6e2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/flexphp/flex-location-bundle)[![Code Coverage](https://camo.githubusercontent.com/90f232598258bc2e6b3b6a15256058e93e161f2849b8a17f64f6a293bf3126d2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c65787068702f666c65782d6c6f636174696f6e2d62756e646c652f6261646765732f636f7665726167652e706e67)](https://scrutinizer-ci.com/g/flexphp/flex-location-bundle)[![License](https://camo.githubusercontent.com/b113fb1d6b20b8eb9b06b67c356f634abdcdd2a6230fc489b4f44b5615b5a1b9/68747470733a2f2f706f7365722e707567782e6f72672f666c65787068702f6c6f636174696f6e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/flexphp/location-bundle)[![composer.lock](https://camo.githubusercontent.com/169a981ed233158bddf822f7bb2c747bb48d4210df027b7202689f0bdc879877/68747470733a2f2f706f7365722e707567782e6f72672f666c65787068702f6c6f636174696f6e2d62756e646c652f636f6d706f7365726c6f636b)](https://packagist.org/packages/flexphp/location-bundle)

Location bundle for Symfony

Change between frameworks when you need. Keep It Simple, SOLID and DRY with FlexPHP.

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require location-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require flexphp/location-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    FlexPHP\Bundle\FlexPHPLocationBundle::class => ['all' => true],
];
```

License
-------

[](#license)

Location-bundle is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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://www.gravatar.com/avatar/c60ac20df03263408d2963d706e19c01d1f7afac05bd3cdb427894dbd1ae67d6?d=identicon)[freddiegar](/maintainers/freddiegar)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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