PHPackages                             secotrust/route-statistics-bundle - 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. secotrust/route-statistics-bundle

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

secotrust/route-statistics-bundle
=================================

This Symfony2 bundle lets you analyze your logs or profiler data to rank your routes.

86PHP

Since Nov 1Pushed 14y ago1 watchersCompare

[ Source](https://github.com/secotrust/SecotrustRouteStatisticsBundle)[ Packagist](https://packagist.org/packages/secotrust/route-statistics-bundle)[ RSS](/packages/secotrust-route-statistics-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

RouteStatisticsBundle
=====================

[](#routestatisticsbundle)

About
-----

[](#about)

This bundle scans your log files or the profiler data and displays an ordered overview of the matched routes. You can use this output to optimize the order of the routes to speed up the matching.

Installation
------------

[](#installation)

Append the following lines to your `deps` file:

```
[SecotrustRouteStatisticsBundle]
    git=http://github.com/secotrust/SecotrustRouteStatisticsBundle.git
    target=/bundles/Secotrust/Bundle/RouteStatisticsBundle

```

then run the `php bin/vendors install` command.

Register the `Secotrust` namespace in the autoloader:

```
