eduardoweiland/cakephp-google-maps-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

CakePHP Google Maps Plugin

dev-master 2014-08-31 14:09 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:39:10 UTC


README

CakePHP Plugin for Google Maps API v3.

Requirements

  • CakePHP >= 2.4.x
  • PHP >= 5.3

Installation

Repeat after me: "I know this plugin is in its early development stages. I know it has bugs and is incomplete, but I don't care, I will install it anyway." Well done. Now you can continue reading below.

Using Composer

To install this plugin using Composer, you just need to add this plugin in the require field of your composer.json.

"require": {
    "eduardoweiland/cakephp-google-maps-plugin": "dev-master"
}

Tarball/Zipball/Repository clone

You can simple download a tarball/zipball from GitHub or clone the repository in your machine and place all files inside the Plugins directory of your application. Just be sure to rename the plugin directory to "GoogleMaps".