2017 © Pedro Peláez
 

library barcode

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

image

azertys/barcode

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

  • Monday, July 9, 2018
  • by azertys
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-barcodes

This is a library to generate php barcodes. It is compatible with HL7 Barcode messages., (*1)

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, (*2)

The Versions

09/07 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Alin Spiridon