2017 © Pedro Peláez
 

symfony-bundle google-map-bundle

Google map generator for Symfony 2

image

nyxis/google-map-bundle

Google map generator for Symfony 2

  • Thursday, December 4, 2014
  • by QuentinCerny
  • Repository
  • 0 Watchers
  • 2 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GoogleMapBundle

Bundle which provide Twig tags to build simple Google Maps, based on only https://maps.google.fr/maps web service. This bundle wants to stay simple, to use all over Google Map API, see https://github.com/egeloen/IvoryGoogleMapBundle., (*1)

Installation

First you need to add GoogleMapBundle to composer.json:, (*2)

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

Then download from composer, (*3)

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

You also have to add GoogleMapBundle to your AppKernel.php:, (*4)

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

            return $bundles;
        }
        ...
    }

The Versions

04/12 2014

dev-master

9999999-dev

Google map generator for Symfony 2

  Sources   Download

MIT

The Requires

 

bundle symfony google google map