awallef / cakephp-google-maps
CakePHP Google Plugin bro
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
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: 2024-12-16 21:42:56 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'
]