saghar/yii2-address-module

This package is abandoned and no longer maintained. The author suggests using the https://github.com/aminkt/yii2-address-module package instead.

address module

Installs: 68

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2018-05-05 09:44 UTC

This package is auto-updated.

Last update: 2022-02-01 13:11:35 UTC


README

address module

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist saghar/yii2-address-module "*"

or add

"saghar/yii2-address-module": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \saghar\address\AutoloadExample::widget(); ?>```