pashkinz92 / yii2-google-maps
Google maps coords
Package info
github.com/Pashkinz92/yii2-gmaps
Language:JavaScript
Type:yii2-extension
pkg:composer/pashkinz92/yii2-google-maps
dev-master
2016-03-04 18:46 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-01 00:11:41 UTC
README
Google maps coords
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist pashkinz92/yii2-google-maps "*"
or add
"pashkinz92/yii2-google-maps": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \pashkinz92\Gmap::widget(); ?>```