PHPackages                             igor-rinkovec/map-form-type-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. [Templating &amp; Views](/categories/templating)
4. /
5. igor-rinkovec/map-form-type-bundle

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

igor-rinkovec/map-form-type-bundle
==================================

Generic Map FormType for Symfony 3

1.2.1.1(8y ago)08MITJavaScriptPHP ^7.1

Since Oct 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/TheWildHorse/MapFormTypeBundle)[ Packagist](https://packagist.org/packages/igor-rinkovec/map-form-type-bundle)[ RSS](/packages/igor-rinkovec-map-form-type-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (9)Used By (0)

MapFormTypeBundle
=================

[](#mapformtypebundle)

Generic Map FormType for Symfony 3 and Sonata Project.

Set latitude, longitude and any other value from Nominatim on a form using Leaflet. Supports the configuration of a fallback layer, base layers and overlay layers. When a pin is dragged or an address is filled in, the fields are updated.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

BranchTravismaster[![Build Status](https://camo.githubusercontent.com/a674bc25de14c95509d0b40b1c214ab9dc9055f93c93a9051f236ff8290835ac/68747470733a2f2f7472617669732d63692e6f72672f437572696f7573496e632f4d6170466f726d5479706542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/CuriousInc/MapFormTypeBundle)develop[![Build Status](https://camo.githubusercontent.com/2575bce2a0496905b31aeaea110861506ce5c0053c35607dafea1e7917d82ffb/68747470733a2f2f7472617669732d63692e6f72672f437572696f7573496e632f4d6170466f726d5479706542756e646c652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/CuriousInc/MapFormTypeBundle)Installation
------------

[](#installation)

#### 1) Install Prerequisites

[](#1-install-prerequisites)

Make sure bootstrap styles and scripts are included.

**Note:** when using bootstrap *v4*, make sure glyphicons are included too.

#### 2) Install the Bundle

[](#2-install-the-bundle)

Install the bundle using composer:

```
composer require curious-inc/map-form-type-bundle
```

#### 3) Enable the Bundle

[](#3-enable-the-bundle)

Register the bundle in `app/AppKernel.php` to enable it:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    // ...

    public function registerBundles()
    {
        $bundles = [
            // ...
            new CuriousInc\MapFormTypeBundle\CuriousIncMapFormTypeBundle(),
        ];

        // ...
    }
}
```

#### 4) Configure the Bundle

[](#4-configure-the-bundle)

Add the following configuration to `app/config/config.yml` and change it to needs or wishes accordingly:

```
curious_inc_map_form_type: ~
```

#### 5) Configure the MapType template

[](#5-configure-the-maptype-template)

Add the MapType template to `app/config/config.yml` under twig, like so:

```
# Twig Configuration
twig:
    form_themes:
        - CuriousIncMapFormTypeBundle:Form:fields.html.twig
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 74.6% 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 ~25 days

Total

5

Last Release

3020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd60d3e9b5fa1ee734c8ca3d9a383145d62711ea7087cacf259ac92bda82ad6b?d=identicon)[TheWildHorse](/maintainers/TheWildHorse)

---

Top Contributors

[![webbertakken](https://avatars.githubusercontent.com/u/20756439?v=4)](https://github.com/webbertakken "webbertakken (53 commits)")[![benvdhgss](https://avatars.githubusercontent.com/u/19147979?v=4)](https://github.com/benvdhgss "benvdhgss (9 commits)")[![benvdh](https://avatars.githubusercontent.com/u/4882376?v=4)](https://github.com/benvdh "benvdh (3 commits)")[![J063](https://avatars.githubusercontent.com/u/27851208?v=4)](https://github.com/J063 "J063 (3 commits)")[![GertjanTillema](https://avatars.githubusercontent.com/u/19371368?v=4)](https://github.com/GertjanTillema "GertjanTillema (2 commits)")[![TheWildHorse](https://avatars.githubusercontent.com/u/3526915?v=4)](https://github.com/TheWildHorse "TheWildHorse (1 commits)")

---

Tags

symfonybundlemapmapsformFormType

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/igor-rinkovec-map-form-type-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/igor-rinkovec-map-form-type-bundle/health.svg)](https://phpackages.com/packages/igor-rinkovec-map-form-type-bundle)
```

###  Alternatives

[qossmic/rich-model-forms-bundle

Provides additional data mapper options that ease the use of the Symfony Form component with rich models.

218278.7k](/packages/qossmic-rich-model-forms-bundle)[nucleos/antispam-bundle

This bundle provides some basic features to reduce spam in symfony forms.

52105.1k](/packages/nucleos-antispam-bundle)[tales-from-a-dev/flowbite-bundle

A Symfony form theme for Flowbite

86252.8k2](/packages/tales-from-a-dev-flowbite-bundle)[yellowskies/qr-code-bundle

Symfony Barcode &amp; QR Code Generator Bundle with Twig extension

36682.9k](/packages/yellowskies-qr-code-bundle)[boekkooi/jquery-validation-bundle

Jquery form validation bundle for symfony 2

2773.9k1](/packages/boekkooi-jquery-validation-bundle)[craue/formflow-demo-bundle

Example code showcasing the features of CraueFormFlowBundle.

298.5k](/packages/craue-formflow-demo-bundle)

PHPackages © 2026

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