<?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>Wed, 22 May 2013 18:04:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Creating Scalable Vector Graphs with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14153</guid>
      <link>http://www.phpdeveloper.org/news/14153</link>
      <description><![CDATA[<p>
A new tutorial has been posted to the Zend Developer Zone today looking at making <a href="http://devzone.zend.com/article/11915-Creating-Scalable-Vector-Graphs-with-PHP">scalable vector graphics</a> with PHP and the hep of one of two charting packages - <a href="http://ezcomponents.org/">ezcGraph</a> or <a href="http://www.goat1000.com/svggraph.php">SVGGraph</a> (examples are provided for both).
</p>
<blockquote>
Programmatically generating graphs and charts using SVG requires a deep understanding of the SVG specification and the various SVG primitives, as well as a fair amount of time for research, experimentation and debugging. Or, in other words, that's your entire weekend shot! Fortunately, help is at hand. There are a number of open-source PHP libraries that support SVG chart generation, and using them can significantly reduce the amount of work involved in adding this feature to a Web application. 
</blockquote>
<p>
He shows how to create simple images like bar, line and pie charts as well as adding in other things like a legend, custom titles and a sample where the user can define the sizes of a pie chart via some form input fields. Screenshots are included for all code examples to give you a better idea of the end result.
</p>]]></description>
      <pubDate>Tue, 09 Mar 2010 10:27:54 -0600</pubDate>
    </item>
  </channel>
</rss>
