PHPackages                             kalamurda/amcharts-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. [Templating &amp; Views](/categories/templating)
4. /
5. kalamurda/amcharts-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

kalamurda/amcharts-bundle
=========================

Symfony-bundle for building amcharts with php code

3.0.2(3y ago)45.2k↓50%MITPHPPHP &gt;=7.0.8|&gt;=8.1

Since Sep 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Igor-Men/AmChartsBundle)[ Packagist](https://packagist.org/packages/kalamurda/amcharts-bundle)[ Docs](https://github.com/Igor-Men/AmChartsBundle)[ RSS](/packages/kalamurda-amcharts-bundle/feed)WikiDiscussions 3.0 Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (18)Used By (0)

[ ![](https://camo.githubusercontent.com/0b41b3752442c180028525ad35ed4597df301b006919db3693159b6f2d0d06ed/68747470733a2f2f7777772e616d6368617274732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30342f73657269616c5f63686172742e706e67)](https://www.amcharts.com/demos/combined-bullet-column-line-chart)

symfony-amcharts
================

[](#symfony-amcharts)

Already implemented charts:
[3d funnel chart](https://www.amcharts.com/demos/3d-funnel-chart/)
[funnel chart](https://www.amcharts.com/demos/funnel-chart/)
[combined bullet column line chart](https://www.amcharts.com/demos/combined-bullet-column-line-chart/)

AmCharts for symfony Build your chart with twig and php only! You can create reusable code.

How to get started
------------------

[](#how-to-get-started)

### Installation

[](#installation)

1. Add the following to your `composer.json` file

    ```
        "require": {
            ...
            "kalamurda/amcharts-bundle": "dev-master@dev"
            ...
        }
    ```
2. Run `php composer.phar update "kalamurda/amcharts-bundle"`
3. Register the bundle in your `app/AppKernel.php`:

    ```
