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
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-03-26 04:29:00 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(); ?>```