定制 lamoda/gs1-barcode-parser 二次开发

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

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

lamoda/gs1-barcode-parser

最新稳定版本:1.1.0

Composer 安装命令:

composer require lamoda/gs1-barcode-parser

包简介

GS1 Barcode parser and validator compatible with official GS1 documentation

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage Build Status

Installation

Composer

composer require lamoda/gs1-barcode-parser

Description

This library provides parsing of GS1 Barcodes according to GS1 General specification and GS1 DataMatrix Guideline.

Library also provides general purpose validator for barcode's content.

Usage

Parser

<?php $config = new \Lamoda\GS1Parser\Parser\ParserConfig(); $parser = new \Lamoda\GS1Parser\Parser\Parser($config); $value = ']d201034531200000111719112510ABCD1234'; $barcode = $parser->parse($value); // $barcode is an object of Barcode class

Validator

<?php $parserConfig = new \Lamoda\GS1Parser\Parser\ParserConfig(); $parser = new \Lamoda\GS1Parser\Parser\Parser($parserConfig); $validatorConfig = new \Lamoda\GS1Parser\Validator\ValidatorConfig(); $validator = new \Lamoda\GS1Parser\Validator\Validator($parser, $validatorConfig); $value = ']d201034531200000111719112510ABCD1234'; $resolution = $validator->validate($value); if ($resolution->isValid()) { // ... } else { var_dump($resolution->getErrors()); }

统计信息

  • 总下载量: 73.61k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 21
  • 点击次数: 3
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 21
  • Watchers: 17
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固