hermesmartins/php-ean13-validator
Composer 安装命令:
composer require hermesmartins/php-ean13-validator
包简介
This package has the function to validate an EAN with 13 numbers.
README 文档
README
EAN13 Validator is a PHP library for dealing with EAN13 validations in brazilian's marketplaces.
Installation
Requirements
- PHP 5.4.0 and up
Install
Use composer to:
require hermesmartins/php-ean13-validator
Usage
You can simple import the library using "use HermesMartins\EAN13\EAN13Validator".
Use the function isAValidEAN13({ean}) to get a boolean if it is a valid or invalid EAN.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
统计信息
- 总下载量: 8.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-29