定制 uvinum/zipcodevalidator 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

uvinum/zipcodevalidator

最新稳定版本:1.0.1

Composer 安装命令:

composer require uvinum/zipcodevalidator

包简介

Library to validate worldwide zipcodes

README 文档

README

Latest Stable Version License Build Status Total Downloads

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

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

GitHub 信息

  • Stars: 14
  • Watchers: 5
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-06