Provides validation for postal codes.
Postal codes can be validated against a single country or a list of countries.
A postalCodeDataInterface implementation is also required, e.g. beastbytes/postal-code-data-php
NOTE: postal-code-validator does not guarantee that a postal code exists, just that it is in a valid format.
For license information see the LICENSE file.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/postal-code-validator
or add
"beastbytes/postal-code-validator": "^1.0.0"
to the require section of your composer.json.