Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 803 Bytes

01 - Installation.md

File metadata and controls

36 lines (25 loc) · 803 Bytes

Installation

Note: This library can easily be installed in any Symfony2 project using LegGoogleChartsBundle.

Using composer

If you prefer instead to use composer, use this lines:

{
    "require": {
        "leg/googlecharts": "1.*@dev"
    }
}

Using Github

You can download the bundle with Github, directly or by cloning the repository :

git clone git://github.com/tgalopin/LegGCharts.git
wget https://github.com/tgalopin/LegGCharts/zipball/master

Next Steps

The following documents are available:

  • [02 - Using the charts](02 - Using.md)
  • [03 - Chart types and their properties](03 - Chart types.md)
  • [04 - Using cache with the CacheEngine](04 - The CacheEngine.md)