# Installation ## Step 1 : Download stable version using Composer ```bash composer require cmen/google-charts-bundle ``` Composer will install the bundle in *vendor* directory. ## Step 2 : Enable the bundle (only for Symfony < 4) Enable the bundle in the kernel : ```php