lordbaine / am-charts-bundle
There is no license information available for the latest version (dev-master) of this package.
AmCharts Bundle for Symfony2
Package info
github.com/LordBaine2000/LordBaineAmChartsBundle
Type:symfony-bundle
pkg:composer/lordbaine/am-charts-bundle
dev-master
2013-06-10 20:36 UTC
Requires
- symfony/framework-bundle: >=2.1
This package is not auto-updated.
Last update: 2026-03-09 21:29:39 UTC
README
AmCharts Bundle for Symfony2
Current Version
JavaScript Charts 2.10.1 May, 20 2013
Installation
Add bundle to your composer.json file
// composer.json { "require": { // ... "lordbaine/am-charts-bundle": "dev-master" } }
Add bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new LordBaine\AmChartsBundle\LordBaineAmChartsBundle(), // ... ); }
Download the bundle using Composer
$ php composer.phar update lordbaine/am-charts-bundle
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
Refer to the desired files in your HTML template, e.g.
{% javascripts '@LordBaineAmChartsBundle/Resources/public/js/amcharts.js' %}
<script type="text/javascript" src="{{ asset_url }}"></script>
{% endjavascripts %}
Licenses
Refer to the source code of the included files for license information