<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 17:24:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stefan Koopmanschap's Blog: Barcodes and QR codes in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/15727</guid>
      <link>http://www.phpdeveloper.org/news/15727</link>
      <description><![CDATA[<p>
In a new post to his blog <i>Stefan Koopmanschap</i> looks at some of the tools he found to <a href="http://www.leftontheweb.com/message/Barcodes_and_QR_codes_in_PHP">create barcodes and QR codes</a> in PHP applications (including a bit of sample code for what he found).
</p>
<blockquote>
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: <a href="http://phpqrcode.sourceforge.net/index.php">PHP QR Code</a> and using the <a href="http://code.google.com/intl/nl-NL/apis/chart/docs/gallery/qr_codes.html">Google Chart API</a>.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Wed, 12 Jan 2011 11:48:41 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sameer Borate's Blog: Using barcodes in your web application]]></title>
      <guid>http://www.phpdeveloper.org/news/13176</guid>
      <link>http://www.phpdeveloper.org/news/13176</link>
      <description><![CDATA[<p>
On his Code Diesel blog <i>Sameer</i> takes a look at <a href="http://www.codediesel.com/php/using-barcodes-in-your-web-application/">creating and using barcodes</a> in your PHP applications:
</p>
<blockquote>
Brought into the mainstream by supermarket checkout systems, bar codes have become a ubiquitous element in our daily lives. Rarely will one come across any product that doesn't have a barcode. The idea of a barcode originated in 1932 from the thesis of Wallace Flint at Harvard.
</blockquote>
<p>
He touches on a two types of barcodes - standard UPC and the matrix codes (like ShotCode and Semacode) - before looking at how you can create them with the PEAR <a href="http://pear.php.net/package/Image_Barcode/download">Image_Barcode</a> package. It supports multiple code types including Code 39, EAN 13, INT 25 and PostNet. Output examples are included.
</p>]]></description>
      <pubDate>Mon, 07 Sep 2009 15:06:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Splitbrain.org: PHP Semacode Encoder]]></title>
      <guid>http://www.phpdeveloper.org/news/8038</guid>
      <link>http://www.phpdeveloper.org/news/8038</link>
      <description><![CDATA[<p>
In <a href="http://www.splitbrain.org/blog/2007-06/12-php_semacode_encoder">a new post</a> on the Splitbrain blog today about creating and working with Semacode and QR Codes, specifically with PHP functionality.
</p>
<blockquote>
I was more interested in Semacode, because it looks somehow cooler than QR in my opinion. Unfortunately I wasn't able to find any free (beer and speech) PHP library to create these codes.
</blockquote>
<p>
He did, however, find a Javascript port (from a <a href="http://aa.gg/free/">C library</a>) to harvest the logic from and create his own PHP class to handle the semacode creation. He notes that it's probably still a bit buggy but is <a href="http://dev.splitbrain.org/browse/darcs/semacode">offering it for download</a> to whoever might want to mess around with it.
</p>]]></description>
      <pubDate>Wed, 13 Jun 2007 11:05:00 -0500</pubDate>
    </item>
  </channel>
</rss>
