vmax / yii2-amap
Amap api for yii2
dev-master
2017-05-04 14:14 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-21 04:00:36 UTC
README
Amap api for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vmax/yii2-amap "*"
or add
"vmax/yii2-amap": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \vmax\amap\AutoloadExample::widget(); ?>```