Apen / google-maps-v3

Simple PHP API to use Google Maps v3 service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Maps API v3 in PHP

Simple PHP api to use Google Maps service.

Complete documentation of this extension is on this site http://www.ycerdan.fr/developpement/google-maps-api-v3/

Composer

Add in your composer.json

{
    "repositories": [
        {
            "url": "https://github.com/Apen/google-maps-v3.git",
            "type": "git"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "Apen/google-maps-v3":"v1"
    }
}

About

Simple PHP API to use Google Maps v3 service


Languages

Language:PHP 100.0%