定制 entermotion/php-barcodes 二次开发

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

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

entermotion/php-barcodes

Composer 安装命令:

composer require entermotion/php-barcodes

包简介

This is a barcode generator based on the original author Dinesh Rabara.

README 文档

README

This is a library to generate php barcodes. It is compatible with HL7 Barcode messages.

Example

$d = new DNS2DBarcode;
$d->save_path = '/temp/test'; //outputs temp/test.png
$path = $d2->getBarcodePNGPath('HL7 message', 'pdf417,1', 6, 3);

2D-3D-Barcodes-Generator

Generator ,QrCode , PDF417,C39, C39+,C39E,C39E+,C93,S25,S25+,I25,I25+,C128,C128A,C128B,C128C,2-Digits UPC-Based Extention,5-Digits UPC-Based Extention,EAN 8,EAN 13,UPC-A,UPC-E,MSI (Variation of Plessey code) also use for Codeigniter Barcode Generator

统计信息

  • 总下载量: 10.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 8
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-10-10