What is the best PHP barcode class? #barcode
Edit
by thumper808 - 10 years ago (2014-10-27)
barcode 128
| I would like to use a good barcode 128 generation class. |
Ask clarification
2 Recommendations
Barcode: Generate barcode graphs using different standards
This class can generate barcode graphics supporting different bar formatting standards.
It supports the standards EAN-13, EAN-8, UPC-A, UPC-E, ISBN, 2 of 5 interleaved, postnet, codabar, code128, code39 and code93.
The barcode graphics can be generated as images in the PNG, GIF or JPEG formats. The generated images can be served as the current script output or stored in a file.
| by Dragan Zlatkovski 300 - 9 years ago (2015-04-17) Comment
This is one of the best and give a true result. You can customize for you. I tested and work great! |
Barcode Generator: Web interface to generate barcode images
This package implements a Web interface to generate barcode images according to well-known barcode formating standards.
Currently it supports the following barcode format standards: Codabar, Code11, Code39, Code93, Code128, EAN-8, EAN-13, ISBN, Interleaved 2 of 5, Standard 2 of 5, MSI Plessey, UPC-A, UPC-E, UPC Extension 2, UPC Extension 5 and PostNet.
The output images generated according to most of the standards have been tested with a barcode reader device to confirm that they are correctly generated.
The classes require at least PHP 5.0.3 due to a bug in PHP found in previous versions that affects mainly the Code128 generation class. The PHP GD 2 extension is also required.
| by Manuel Lemos 26695 - 10 years ago (2014-10-28) Comment
This class seems to be more complete in terms of generation of barcode as images. It supports many formats including Code 128.
There are other classes if you prefer generating barcodes in HTML or PDF formats. |