PHPGraphLib is a lightweight PHP-based graphing library that creates slick PHP graphs for incorporation into a website or application. PHPGraphLib is free to use for personal use, and can be used for a small fee commercially.
PHPGraphLib is a PHP 4.3+ friendly object-oriented class that has powerful customization features, allowing you to generate the perfect bar, line, stacked bar, or pie graph for any application. Used with dynamic data, PHPGraphLib allows easy visual interpretation of sophisticated data sets. Simply feed PHPGraphLib an array of data points, and it will generate a .png chart of your data.
If no customizations are made, PHPGraphLib adjusts the scale and axis of the graph to fit any data, including large numbers, decimal numbers, and negative numbers. PHPGraphlib currently supports up to 5 datasets on one graph or chart.
To start using PHPGraphLib, visit the download and documentation pages. For more examples of what PHPGraphLib can do, visit the examples page!
Advanced users can now use the PHPGraphLib Remote API instead of downloading the PHPGraphLib Library. Create graphs remotely for use on your website or application and load them into your application or web site dynamically. Any programming programming language can be used!