News Feed
Jobs Feed
Sections




News Archive
Stefan Koopmanschap's Blog:
Barcodes and QR codes in PHP
January 12, 2011 @ 11:48:41

In a new post to his blog Stefan Koopmanschap looks at some of the tools he found to create barcodes and QR codes in PHP applications (including a bit of sample code for what he found).

For a project I am working on right now, I needed to generate barcodes and QR codes. Looking around for solutions for the barcodes I quickly found Zend_Barcode (thanks to someone pointing me to it, by the way. I had not expected a barcode generator in Zend). For QR, it was slightly harder to find a good solution. A quick question on Twitter helped a lot. In the end, it boiled down to two options: PHP QR Code and using the Google Chart API.

His examples are Symfony-based, but it's easy to translate them over to the framework (or just basic script) of your choice. Zend_Barcode had what he needed for normal barcodes, but when it came to the QR side, he opted for the home-brew solution rather than the Google alternative (for reasons related to the project). Using the library is as simple as defining the image output type and the string you want to encode.

0 comments voice your opinion now!
barcode qr code zendbarcode phpqrcode example


blog comments powered by Disqus

Similar Posts

Nick Halstead's Blog: Simple use of DIGG API for your blog

Felix Geisendorfer's Blog: Exceptional Cake

PHP-GTK Community: Code completion for PHP-GTK in Netbeans

Philip Olson's Blog: Learning how to help people contribute to the PHP.net Project

SitePoint PHP Blog: The Joy of Regular Expressions [2]


Community Events











Don't see your event here?
Let us know!


interview object framework zendframework2 unittest opinion development example release conference series functional code testing tool composer community language podcast introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework