phpaztec-barcode

PHP class for Aztec 2D Codes?


I've looked at Zint, and well c++ is way out of reach to me. I've also the extremely cool ZXing, but still Java is not quite there yet...

Just feel strange about not having any php ported version of these open source projects. I've read a few things about it being proprietary/patented... well it has been indeed released to public domain, and after all, it does have an ISO/IEC 24778:2008 so it does really look public domain...

Any thoughts about this guys? Thanks


Solution

  • I've also been looking for something similar to no avail; the closest (free) code that I've found is in Zend, which appears to have a barcode generating class called Zend_Barcode that can be extended to support more formats.

    The authors of the class are Mickael Perraud and Julien Pauli. Back in Oct. 2010 Mickael replied to a question similar to this one ("Is the ability to render 2D barcodes in the future possible with the current implementation?") that 2D barcodes are "in progress but only for ZF2". Zend is current at 1.11.3 and I'm not sure when Zend 2 is planned.

    Mickael posted an early demo of the 2D functionality at http ://mikaelkael.fr/barcode/, but it looks pretty barren and hasn't been updated in a long while. Perhaps if you contact him directly, via the Zend forums or even look at the SVN source he had posted at svn: //mikaelkael.dyndns.org/barcode.

    Hope that helps someone, if not you :)