nullref / yii2-geo
GEO Module for Yii2
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- php: >=7.0.0
- kartik-v/yii2-widget-depdrop: @dev
- nullref/yii2-core: dev-master
- nullref/yii2-useful: dev-master
- yiisoft/yii2: >=2.0.4
This package is auto-updated.
Last update: 2024-12-06 06:27:43 UTC
README
GEO Module for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nullref/yii2-geo "*"
or add
"nullref/yii2-geo": "*"
to the require section of your composer.json
file.
Using with yii2-admin module
You can use this module with Yii2 Admin module.