PHPackages                             urodoz/execution-stats - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. urodoz/execution-stats

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

urodoz/execution-stats
======================

This bundle logs the time execution of methods, and supply stats data.

112

Since Mar 4Pushed 13y ago1 watchersCompare

[ Source](https://github.com/urodoz/execution-stats)[ Packagist](https://packagist.org/packages/urodoz/execution-stats)[ RSS](/packages/urodoz-execution-stats/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TimeExecutionStatsBundle
========================

[](#timeexecutionstatsbundle)

Service to handle progress of time execution of service and methods in your Symfony2 application

Installation on Symfony with Composer
-------------------------------------

[](#installation-on-symfony-with-composer)

On the *composer.json* file add :

```

    "require": {
        "urodoz/execution-stats": "dev-master",
    }
```

Run composer update

```
php composer.phar update

```

Add the bundle to the *AppKernel.php*

```
