lordbaine / am-charts-bundle
AmCharts Bundle for Symfony2
Installs: 227
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/framework-bundle: >=2.1
This package is not auto-updated.
Last update: 2025-01-13 15:51:09 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