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
Package info
github.com/awallef/cakephp-google-maps
Type:cakephp-plugin
pkg:composer/awallef/cakephp-google-maps
0.0.1.0
2017-12-01 15:08 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: ^3.4
- firebase/php-jwt: ^5.0
- friendsofcake/search: ^3.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-17 00:17:54 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'
]