PHPackages                             acseo/graphic-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. acseo/graphic-bundle

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

acseo/graphic-bundle
====================

Bundle used to generate graphics easyly. Can use diffrent provides, such as jquery flot

33481JavaScript

Since Jan 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/acseo/GraphicBundle)[ Packagist](https://packagist.org/packages/acseo/graphic-bundle)[ RSS](/packages/acseo-graphic-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ACSEO GraphicBundle
===================

[](#acseo-graphicbundle)

---

This bundle can be usefull when you want to easyly manipulate your data and generate nice graphics such as BarCharts, PieChart, Timelines, etc.

Installation
------------

[](#installation)

Add the bundle in your composer.json:

```
{
    "require": {
        "acseo/graphic-bundle": "dev-master"
    }
}
```

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

```
$ php composer.phar update acseo/graphic-bundle
```

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

Enable the bundle in your project

```
