PHPackages                             stocarul/pchart-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. stocarul/pchart-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stocarul/pchart-bundle
======================

PHP class oriented framework designed to create charts

04.5k1PHP

Since Jun 25Pushed 13y agoCompare

[ Source](https://github.com/stocarul/pChartBundle)[ Packagist](https://packagist.org/packages/stocarul/pchart-bundle)[ RSS](/packages/stocarul-pchart-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

README
======

[](#readme)

The pChart Bundle for Symfony 2.x gives you the possibility to use the pChart library for all your charting needs.

This is an initial release and supports the rendering of all chart types. Small modification has been made to the latest release of the pChart library, since it didn't play very nicely together with Symfony 2.x and PHP5.3. pChart caching is not tested at this point.

This Bundle can be downloaded from  , but you already knew that.

License
-------

[](#license)

See the LICENSE file included with this bundle.

Author
------

[](#author)

Robin Bakels (). Software Engineer for the Dutch company *Xlab B.V.*. See:  for more information

Installation
============

[](#installation)

Installation is quick and easy, 2 steps process:

1. Install XlabpChartBundle
2. Enable the bundle

### Step 1: Install xLabpChartBundle

[](#step-1-install-xlabpchartbundle)

Add the following dependency to your composer.json file:

```
{
    "require": {
        "_some_packages": "...",

        "stocarul/pchart-bundle": "dev-master"
    }
}
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
