macklus / yii2-geotypeahead
Simple and fast typeahead selector to define country, province and location. Includes full database of countries, provinces and locations
Package info
github.com/macklus/yii2-geotypeahead
Type:yii2-extension
pkg:composer/macklus/yii2-geotypeahead
Requires
- kartik-v/yii2-widget-typeahead: *
- yiisoft/yii2: ~2.0.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-12 09:31:30 UTC
README
Simple and fast typeahead selector to define country, province and location. Includes full database of countries, provinces and locations
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist macklus/yii2-geotypeahead "*"
or add
"macklus/yii2-geotypeahead": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \macklus\geotypeahead\AutoloadExample::widget(); ?>``` ======= # yii2-geotypeahead TypeAhead search for country, province and location