PHPackages                             gowsram/g-maps - 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. gowsram/g-maps

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gowsram/g-maps
==============

ZF2 Google Maps module

84.2k12[1 issues](https://github.com/gowsram/zf2-google-maps-/issues)PHP

Since Jan 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/gowsram/zf2-google-maps-)[ Packagist](https://packagist.org/packages/gowsram/g-maps)[ RSS](/packages/gowsram-g-maps/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/e570e2e0fa88c027d91f75933ca3c6ade082546161e32423c643363c1ac7d64c/68747470733a2f2f706f7365722e707567782e6f72672f676f777372616d2f672d6d6170732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/gowsram/g-maps)zf2-google-maps-
===============================================================================================================================================================================================================================================================================================

[](#zf2-google-maps-)

#### Google maps - ZF2 Module

[](#google-maps---zf2--module)

A zend framework 2 module for generate google maps using gmaps api.

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. This module is available on [Packagist](https://github.com/gowsram/zf2-google-maps-). In your project's `composer.json` use:

    ```
    {
        "require": {
    		"php": ">=5.3.3",
    		"zendframework/zendframework": "*",
    		"gowsram/g-maps": "dev-master"
    }
    ```
2. Or clone this project into your `./vendor/` directory.

Usage:

1. Edited your `application.config.php` file so that the `modules` array contains `GMaps`

    ```
