PHPackages                             misd/highcharts-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. misd/highcharts-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

misd/highcharts-bundle
======================

Integrates PHP Highcharts into your Symfony2 application

338PHP

Since Feb 18Pushed 13y ago3 watchersCompare

[ Source](https://github.com/misd-service-development/highcharts-bundle)[ Packagist](https://packagist.org/packages/misd/highcharts-bundle)[ RSS](/packages/misd-highcharts-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

HighchartsBundle
================

[](#highchartsbundle)

*This bundle is currently under development.*

This bundle integrates [PHP Highcharts](https://github.com/misd-service-development/php-highcharts) into your Symfony2 application, which allows the programmatic creation of [Highcharts](http://www.highcharts.com/).

Authors
-------

[](#authors)

- Chris Wilkinson

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

[](#requirements)

- [Highcharts](http://www.highcharts.com/)
- [Symfony 2.1](http://symfony.com/)

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

[](#installation)

1. Add HighchartsBundle to your dependencies:

    ```
    // composer.json

    {
       // ...
       "require": {
           // ...
           "misd/highcharts-bundle": "dev-master"
       }
    }

    ```
2. Use Composer to download and install HighchartsBundle:

    ```
    $ php composer.phar update misd/highcharts-bundle

    ```
3. Register the bundle in your application:

    ```
    // app/AppKernel.php

    class AppKernel extends Kernel
    {
        // ...
        public function registerBundles()
        {
            $bundles = array(
                // ...
                new Misd\HighchartsBundle\MisdHighchartsBundle()
            );
        }
    }

    ```

Usage
-----

[](#usage)

### Creating a chart

[](#creating-a-chart)

See the [PHP Highcharts documentation](https://github.com/misd-service-development/php-highcharts) for details on how to create a chart object.

### Rendering a chart

[](#rendering-a-chart)

Use the service:

```
$chart = $this->container->get('misd_highcharts.renderer')->render($chart);
$container = $this->container->get('misd_highcharts.renderer')->renderContainer($chart);

```

In a Twig template:

```
{{ highcharts_render(chart) }}
{{ highcharts_render_container(chart) }}

```

In a PHP template:

```

```

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/misd-service-development/highcharts-bundle/issues).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6aaeba393e9038b5a5a916e5f4e32ffb349436e3be2027be4828f486bc8c9d?d=identicon)[thewilkybarkid](/maintainers/thewilkybarkid)

---

Top Contributors

[![thewilkybarkid](https://avatars.githubusercontent.com/u/1784740?v=4)](https://github.com/thewilkybarkid "thewilkybarkid (3 commits)")

### Embed Badge

![Health badge](/badges/misd-highcharts-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/misd-highcharts-bundle/health.svg)](https://phpackages.com/packages/misd-highcharts-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
