bandodebits / yii2-bdb-zipcode
Zip Code
dev-master
2015-07-27 19:05 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-03-19 10:18:51 UTC
README
Zip Code
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bandodebits/yii2-bdb-zipcode "*"
or add
"bandodebits/yii2-bdb-zipcode": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \bdb\zipcode\AutoloadExample::widget(); ?>```