PHPackages                             donfelice/polygonfieldtypebundle - 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. donfelice/polygonfieldtypebundle

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

donfelice/polygonfieldtypebundle
================================

The Polygon Field Type Bundle is an eZ Platform bundle providing a field type to manage and store geosjon polygons to be used with mapbox.

00

Since Jan 19Compare

[ Source](https://github.com/donfelice/polygonfieldtype)[ Packagist](https://packagist.org/packages/donfelice/polygonfieldtypebundle)[ RSS](/packages/donfelice-polygonfieldtypebundle/feed)WikiDiscussions Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Polygon Field Type Bundle for eZ Platform
=========================================

[](#polygon-field-type-bundle-for-ez-platform)

The Polygon Field Type Bundle for eZ Platform was made to simplify adding and managing polygons (in the form of geojson) to mapbox maps. For a live example, see .

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

[](#installation)

### Use Composer

[](#use-composer)

Run the following from your website root folder to install Polygon Field Type Bundle:

```
$ composer require donfelice/PolygonFieldTypeBundle

```

### Activate the bundle

[](#activate-the-bundle)

Activate the bundle in app/AppKernel.php file by adding it to the $bundles array in registerBundles method, together with other required bundles:

```
public function registerBundles()
{
    ...
    $bundles[] = new Donfelice\PolygonFieldTypeBundle\DonfelicePolygonFieldTypeBundle();

    return $bundles;
}
```

### Assetic configuration

[](#assetic-configuration)

You need to add it to Assetic configuration in app/config/config.yml, together with EzPlatformAdminUiBundle and all other bundles already configured there:

```
assetic:
    bundles: [EzPlatformAdminUiBundle, DonfelicePolygonFieldTypeBundle]

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1143030?v=4)[Felix Laate](/maintainers/donfelice)[@donfelice](https://github.com/donfelice)

### Embed Badge

![Health badge](/badges/donfelice-polygonfieldtypebundle/health.svg)

```
[![Health](https://phpackages.com/badges/donfelice-polygonfieldtypebundle/health.svg)](https://phpackages.com/packages/donfelice-polygonfieldtypebundle)
```

###  Alternatives

[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4238.0k1](/packages/forxer-laravel-gravatar)[practically/preloader

PHP preloading for PHP &gt;=7.4

1035.6k](/packages/practically-preloader)

PHPackages © 2026

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