bandodebits/yii2-bdb-zipcode

Zip Code

dev-master 2015-07-27 19:05 UTC

This package is auto-updated.

Last update: 2024-05-19 08:16:52 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(); ?>```