jscdev / yii2-location-manager
Location manager for manage land, building, floor, room and sub room with 2d maps
dev-master
2020-05-10 04:45 UTC
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-10 19:09:37 UTC
README
Location manager for manage land, building, floor, room and sub room with 2d maps
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jscdev/yii2-location-manager "*"
or add
"jscdev/yii2-location-manager": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jscdev\LocationManager\AutoloadExample::widget(); ?>```