imelgrat/barcode-validator
最新稳定版本:v1.1.3
Composer 安装命令:
composer require imelgrat/barcode-validator
包简介
A PHP class for validating EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other barcodes.
关键字:
README 文档
README
A PHP class for validating EAN, IMEI, ISBN, GTIN, SSCC, GSIN, UPC and other similar codes.
Developed by Ivan Melgrati
Requirements
- PHP >= 5.3.0
Installation
Composer
The recommended installation method is through
Composer, a dependency manager for PHP. Just add
imelgrat/barcode-validator to your project's composer.json file:
{
"require": {
"imelgrat/barcode-validator": "*"
}
}
More details can be found over at Packagist.
Manually
- Copy
src/BarcodeValidator.phpto your codebase, perhaps to thevendordirectory. - Add the
BarcodeValidatorclass to your autoloader orrequirethe file directly.
Feedback
Please open an issue to request a feature or submit a bug report. Or even if you just want to provide some feedback, I'd love to hear. I'm also available on Twitter as @imelgrat.
Contributing
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature). - Commit your changes (
git commit -am 'Added some feature'). - Push to the branch (
git push origin my-new-feature). - Create a new Pull Request.
统计信息
- 总下载量: 84.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-01