PHPackages                             anotterweb/ux-location - 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. [Templating &amp; Views](/categories/templating)
4. /
5. anotterweb/ux-location

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

anotterweb/ux-location
======================

A Symfony bundle providing extra form field to select location with Mapbox map

v1.3.3(2mo ago)031↓94.1%MITPHPPHP &gt;=8.2CI passing

Since Apr 8Pushed 2mo agoCompare

[ Source](https://github.com/anotterweb/ux-location)[ Packagist](https://packagist.org/packages/anotterweb/ux-location)[ RSS](/packages/anotterweb-ux-location/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (12)Versions (14)Used By (0)

AnotterWebUxLocationBundle
==========================

[](#anotterwebuxlocationbundle)

A Symfony bundle providing an extra form field to select a location using an interactive Mapbox map. It integrates seamlessly with Symfony UX (Stimulus &amp; AssetMapper).

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 anotterweb/ux-location
```

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 anotterweb/ux-location
```

### 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 [
    // ...
    Anotterweb\UxLocation\AnotterWebUxLocationBundle::class => ['all' => true],
];
```

Documentation
=============

[](#documentation)

Full documentation is available in the [`doc/index.md`](doc/index.md) file, including:

- Requirements and configuration (Mapbox access token)
- JavaScript setup (AssetMapper)
- Usage in Symfony forms and Twig
- Available `LocationType` options

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance84

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~1 days

Total

13

Last Release

82d ago

PHP version history (2 changes)v1.0PHP &gt;=8.4

v1.0.2PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25823371?v=4)[luchidalgo](/maintainers/luchidalgo)[@luchidalgo](https://github.com/luchidalgo)

---

Top Contributors

[![luchidalgo](https://avatars.githubusercontent.com/u/25823371?v=4)](https://github.com/luchidalgo "luchidalgo (35 commits)")

---

Tags

symfony-ux

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/anotterweb-ux-location/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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