jberall/yii2-postal-code-validator

Using Server side validation based on https://github.com/sirprize/postal-code-validator

Installs: 63

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 0

Type:yii2-extension

pkg:composer/jberall/yii2-postal-code-validator

dev-master 2017-06-01 17:18 UTC

This package is not auto-updated.

Last update: 2025-10-08 07:02:31 UTC


README

Using Server side validation based on https://github.com/sirprize/postal-code-validator

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist jberall/yii2-postal-code-validator "*"

or add

"jberall/yii2-postal-code-validator": "*"

to the require section of your composer.json file.

Usage

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

<?= \jberall\postalcodevalidator\AutoloadExample::widget(); ?>```