https://github.com/NullRefExcep/yii2-geo
https://github.com/NullRefExcep/yii2-geo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/NullRefExcep/yii2-geo
- Owner: NullRefExcep
- Created: 2015-09-19T10:05:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T19:23:27.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T15:04:22.561Z (6 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Geo Module
==========
[](https://packagist.org/packages/nullref/yii2-geo) [](https://packagist.org/packages/nullref/yii2-geo) [](https://packagist.org/packages/nullref/yii2-geo) [](https://packagist.org/packages/nullref/yii2-geo)GEO Module for Yii2
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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](https://github.com/NullRefExcep/yii2-admin) module.