teltek/pumukit-stats-ui-bundle
Symfony bundle providing a web UI for PuMuKIT platform statistics. Adds pages and assets to visualize key metrics for your PuMuKIT installation; install via Composer and update assets/clear cache to enable in your Symfony app.
Bundle based on Symfony to work with the PuMuKIT Video Platform.

Steps 1 and 2 requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require teltek/pumukit-stats-ui-bundle dev_master
$ php app/console cache:clear
$ php app/console cache:clear --env=prod
$ php app/console assets:install
How can I help you explore Laravel packages today?