runcom/ean-validation-bundle
Composer 安装命令:
composer require runcom/ean-validation-bundle
包简介
Validator for the International Article Number (EAN)
README 文档
README
This bundle provides validation constraints for EAN8 and EAN13 with annotations.
Installation
{
"require": {
"runcom/ean-validation-bundle": "~0.1"
}
}
register the bundle in your AppKernel.php
$bundles[] = new Runcom\EanValidationBundle\RuncomEanValidationBundle();
Usage
use Runcom\EanValidationBundle\Validator\Constraints\Ean; // ... /** * @Ean */
Or just initialize new Ean() in your forms.
统计信息
- 总下载量: 8.48k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2014-05-30