PHPackages                             davefx/phplot-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. davefx/phplot-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

davefx/phplot-bundle
====================

Symfony2 bundle for PHPlot - Chart toolkit for PHP

07.7kPHP

Since May 14Pushed 13y ago1 watchersCompare

[ Source](https://github.com/davefx/DaveFXPHPlotBundle)[ Packagist](https://packagist.org/packages/davefx/phplot-bundle)[ RSS](/packages/davefx-phplot-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

DaveFXPHPlotBundle
==================

[](#davefxphplotbundle)

[Symfony2](http://www.symfony.com/ "High Performance PHP Framework for Web Development") bundle for [PHPlot - Graph library for charts](http://phplot.sourceforge.net/ "PHPlot - PHPlot is a graph library for charts.").

Requirements
------------

[](#requirements)

- [PHP](http://php.net/ "PHP: Hypertext Preprocessor") 5.3.3 and up.
- [Symfony 2](http://www.symfony.com/ "High Performance PHP Framework for Web Development")

Installation (Composer)
-----------------------

[](#installation-composer)

### 0. Install Composer

[](#0-install-composer)

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php
```

### 1. Add the davefx/phplot-bundle package and the phplot repository in your composer.json

[](#1-add-the-davefxphplot-bundle-package-and-the-phplot-repository-in-your-composerjson)

```
{
    "require": {
        "davefx/phplot-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update noiselabs/nusoap-bundle
```

Composer will install the bundle to your project's `vendor/noiselabs` directory.

### 2. Enable the bundle

[](#2-enable-the-bundle)

Enable the bundle in the kernel:

```
