

 ***************************************************
 *                                                 *
 *            INSTALLATION                         *
 *                                                 *
 ***************************************************

* Install prerequisites:
  - Symfony 2.4
  - zendframework/zend-cache if Zend cache is used

* Add EcommitUtilBundle to your vendor dir

* Add EcommitUtilBundle to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Ecommit\UtilBundle\EcommitUtilBundle(),
        // ...
    );
}