<?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>Fri, 24 May 2013 11:12:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Charting with pChart]]></title>
      <guid>http://www.phpdeveloper.org/news/17209</guid>
      <link>http://www.phpdeveloper.org/news/17209</link>
      <description><![CDATA[<p>
On PHPMaster.com today there's a new post highlighting the <a href="http://phpmaster.com/charting-with-pchart/">use of pChart</a> to graph out the data from your PHP application. <a href="http://www.pchart.net/download">pChart</a> provides an easy interface to draw graphs with GD, supporting alpha transparency, shadowing, spline/cubic curves and much more.
</p>
<blockquote>
Created and maintained by Jean-Damien Pogolotti, a systems engineer based in Toulouse, France, pChart is a library that creates anti-aliased charts and graphs using PHP. It's object-oriented code has been recently redesigned and makes it easy to add beautiful, eye-catching data. The library is free for non-profit use and for inclusion in GPL distributed software; licensing plans for other uses start at just 50 Euro. In this article I'll take you through installing pChart and using it to generate a basic chart, line chart and plot graph.
</blockquote>
<p>
He walks you through the <a href="http://www.pchart.net/download">download</a> and installation of the tool as well as showing the code you'll need to include to get started with a first script. Their examples show how to create both single- and three-series charts with some sample data and some <a href="http://cdn.phpmaster.com/files/2011/10/pchart-011.png">screenshots</a> <a href="http://cdn.phpmaster.com/files/2011/10/pchart-021.png">of</a> <a href="http://cdn.phpmaster.com/files/2011/10/pchart-041.png">output</a>.
</p>]]></description>
      <pubDate>Mon, 05 Dec 2011 08:50:07 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Vinu Thomas' Blog: pChart - PHP charting library]]></title>
      <guid>http://www.phpdeveloper.org/news/11265</guid>
      <link>http://www.phpdeveloper.org/news/11265</link>
      <description><![CDATA[<p>
<i>Vinu Thomas</i> <a href="http://blogs.vinuthomas.com/2008/10/22/pchart-php-charting-library/">points out</a> a nice looking PHP charting library on his blog today - pChart.
</p>
<blockquote>
Looking for some good looking graphs without having to pay for a library or resort to Flash graphs? Try creating your own using pChart. pChart is a PHP class oriented framework designed to create aliased charts. This project focuses on allowing developers to generate great looking graphs by increasing rendering quality introducing an aliasing algorithm.
</blockquote>
<p>
It uses <a href="http://en.wikipedia.org/wiki/GD_Graphics_Library">GD</a> to create the graphs, so just about any PHP distribution out there will support it (if you're not sure, make a phpinfo() page to check out your setup). There's even some <a href="http://pchart.sourceforge.net/screenshots.php">example graphs</a> so you can get an idea of what some of the end results could be.
</p>]]></description>
      <pubDate>Wed, 22 Oct 2008 07:53:00 -0500</pubDate>
    </item>
  </channel>
</rss>
