PHPackages                             nyxis/google-map-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. nyxis/google-map-bundle

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

nyxis/google-map-bundle
=======================

Google map generator for Symfony 2

2159[1 PRs](https://github.com/Nyxis/NyxisGoogleMapBundle/pulls)PHP

Since Dec 4Pushed 11y agoCompare

[ Source](https://github.com/Nyxis/NyxisGoogleMapBundle)[ Packagist](https://packagist.org/packages/nyxis/google-map-bundle)[ RSS](/packages/nyxis-google-map-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

GoogleMapBundle
===============

[](#googlemapbundle)

Bundle which provide Twig tags to build simple Google Maps, based on only  web service. This bundle wants to stay simple, to use all over Google Map API, see .

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

[](#installation)

First you need to add GoogleMapBundle to `composer.json`:

```
    {
       "require": {
            "nyxis/google-map-bundle": "dev-master"
        }
    }
```

Then download from composer

```
php composer.phar update nyxis/google-map-bundle
```

You also have to add GoogleMapBundle to your `AppKernel.php`:

```
    // app/AppKernel.php
    ...
    class AppKernel extends Kernel
    {
        ...
        public function registerBundles()
        {
            $bundles = array(
                ...
                new Nyxis\GoogleMapBundle\NyxisGoogleMapBundle()
            );
            ...

            return $bundles;
        }
        ...
    }
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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/b2fb98f2558a30587f0f1c1ff3e191e852aa5ca5385fd3380a14f051b515854f?d=identicon)[QuentinCerny](/maintainers/QuentinCerny)

---

Top Contributors

[![Nyxis](https://avatars.githubusercontent.com/u/1506213?v=4)](https://github.com/Nyxis "Nyxis (8 commits)")[![jcrombez](https://avatars.githubusercontent.com/u/777666?v=4)](https://github.com/jcrombez "jcrombez (1 commits)")

### Embed Badge

![Health badge](/badges/nyxis-google-map-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nyxis-google-map-bundle/health.svg)](https://phpackages.com/packages/nyxis-google-map-bundle)
```

###  Alternatives

[escolalms/scorm

Escola LMS SCORM management

13126.9k8](/packages/escolalms-scorm)[trexology/promocodes

Promotional Codes Generator for Laravel 5.1

121.2k](/packages/trexology-promocodes)

PHPackages © 2026

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