PHPackages                             lordbaine/am-charts-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. lordbaine/am-charts-bundle

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

lordbaine/am-charts-bundle
==========================

AmCharts Bundle for Symfony2

1228PHP

Since Jun 10Pushed 13y ago1 watchersCompare

[ Source](https://github.com/LordBaine2000/LordBaineAmChartsBundle)[ Packagist](https://packagist.org/packages/lordbaine/am-charts-bundle)[ RSS](/packages/lordbaine-am-charts-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

AmCharts Bundle for Symfony2

Current Version
---------------

[](#current-version)

JavaScript Charts 2.10.1 May, 20 2013

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
        // ...
        "lordbaine/am-charts-bundle": "dev-master"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new LordBaine\AmChartsBundle\LordBaineAmChartsBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update lordbaine/am-charts-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```
{% javascripts '@LordBaineAmChartsBundle/Resources/public/js/amcharts.js' %}

{% endjavascripts %}
```

Licenses
--------

[](#licenses)

Refer to the source code of the included files for license information

References
----------

[](#references)

1.
2.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/3856883?v=4)[Casey Coones](/maintainers/LordBaine2000)[@LordBaine2000](https://github.com/LordBaine2000)

---

Top Contributors

[![LordBaine2000](https://avatars.githubusercontent.com/u/3856883?v=4)](https://github.com/LordBaine2000 "LordBaine2000 (1 commits)")

### Embed Badge

![Health badge](/badges/lordbaine-am-charts-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lordbaine-am-charts-bundle/health.svg)](https://phpackages.com/packages/lordbaine-am-charts-bundle)
```

###  Alternatives

[yooper/php-text-analysis

PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

533410.7k3](/packages/yooper-php-text-analysis)[ikimea/browser

Detecting the user’s browser

35803.6k30](/packages/ikimea-browser)[npabisz/laravel-settings

Settings for Laravel.

276.3k](/packages/npabisz-laravel-settings)

PHPackages © 2026

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