code128barcode PHP class

PHP

Produce a 1/0 suit, representing bars of a code128 barcode, available for any purpose

Examples

Complete PDF solution.
Simple PNG image generated with GD.

USAGE

     $barcode = new code128barcode();
     
     $code = $barcode->output('code string');
     ...
     $code = $barcode->output('another code string');
     
     

Where to download ?

http

http://download.savannah.nongnu.org/releases/code128php/

CVS

  cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/code128php co code128php
     

You will get the class and the examples files.

Main Site

http://savannah.nongnu.org/projects/code128php