Produce a 1/0 suit, representing bars of a code128 barcode, available for any purpose
$barcode = new code128barcode(); $code = $barcode->output('code string'); ... $code = $barcode->output('another code string'); ... $barcode->nozerofill = true; $barcode->unoptimized = true; $code = $barcode->output('laposte colissimo code string'); ...
http://download.savannah.nongnu.org/releases/code128php/
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/code128php co code128php
You will get the class and the examples files.