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.
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.