lordbaine / fusion-charts-bundle
FusionCharts Bundle for Symfony2
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
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:31:57 UTC
README
FusionCharts Bundle for Symfony2
Current Version
FusionCharts XT (v3.3.1 - Service Release 2)
Installation
Add bundle to your composer.json file
// composer.json { "require": { // ... "lordbaine/fusion-charts-bundle": "dev-master" } }
Add bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new LordBaine\FusionChartsBundle\LordBaineFusionChartsBundle(), // ... ); }
Download the bundle using Composer
$ php composer.phar update lordbaine/fusion-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 '@LordBaineFusionChartsBundle/Resources/public/js/FusionCharts.js' %} <script type="text/javascript" src="{{ asset_url }}"></script> {% endjavascripts %}
Licenses
Refer to the source code of the included files for license information