uvinum/zipcodevalidator
最新稳定版本:1.0.1
Composer 安装命令:
composer require uvinum/zipcodevalidator
包简介
Library to validate worldwide zipcodes
关键字:
README 文档
README
A PHP library that provides zip code validation for many countries. Ready for production use.
Prerequisites
PHP >= 5.4
Install
Via Composer
$ composer require uvinum/zipcodevalidator
Usage
<?php
$zip_code_validator = new Validator();
$zip_code_validator->validate($a_country_iso_code, $a_zip_code);
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Acknowledgments
- Based on https://github.com/barbieswimcrew/zip-code-validator Symfony Constraint class
Security
If you discover any security related issues, please email developers at uvinum.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 114.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-06