awallef/cakephp-google-maps

There is no license information available for the latest version (0.0.1.0) of this package.

CakePHP Google Plugin bro

0.0.1.0 2017-12-01 15:08 UTC

This package is auto-updated.

Last update: 2024-04-16 20:06:45 UTC


README

Proxies Google Map API etc..

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require awallef/cakephp-google-maps

Load it in your config/boostrap.php

Plugin::load('Awallef/GoogleMaps');

Set up api key

Configure the engine in app.php like follow:

'Api' => [
	...
	'google-map-api' => 'XXX'
]