PHPackages                             tiime/tested-routes-checker-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. [Testing &amp; Quality](/categories/testing)
4. /
5. tiime/tested-routes-checker-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

tiime/tested-routes-checker-bundle
==================================

A bundle to ensure all routes of a Symfony application have been tested

v2.1.0(9mo ago)170.1k↓26.7%[1 issues](https://github.com/Tiime-Software/TestedRoutesCheckerBundle/issues)[5 PRs](https://github.com/Tiime-Software/TestedRoutesCheckerBundle/pulls)MITPHPCI passing

Since May 6Pushed 9mo agoCompare

[ Source](https://github.com/Tiime-Software/TestedRoutesCheckerBundle)[ Packagist](https://packagist.org/packages/tiime/tested-routes-checker-bundle)[ RSS](/packages/tiime-tested-routes-checker-bundle/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (8)Versions (17)Used By (0)

Tiime TestedRoutesCheckerBundle
===============================

[](#tiime-testedroutescheckerbundle)

A bundle to ensure all routes of a Symfony application have been tested.

How it works?
-------------

[](#how-it-works)

1. Launch your tests using PHPUnit or anything else. All called routes will be stored in `var/cache/tiime_tested_routes_checker_bundle_route_storage`.
2. Run `php bin/console tiime:tested-routes-checker:check` to have a small report of what's tested and what's not!

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require tiime/tested-routes-checker-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require tiime/tested-routes-checker-bundle
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Tiime\TestedRoutesCheckerBundle\TiimeTestedRoutesCheckerBundle::class => ['dev' => true, 'test' => true],
];
```

Using baseline to ignore some routes
------------------------------------

[](#using-baseline-to-ignore-some-routes)

You can ignore some routes with a `.tiime-trc-baseline` file with 1 route per line.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~97 days

Total

11

Last Release

271d ago

Major Versions

v1.4.1 → v2.x-dev2024-09-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/6662493c184b0ed32978349f4162cac376a2e1026c7f3a06cf1a9565867ecf15?d=identicon)[odolbeau](/maintainers/odolbeau)

![](https://www.gravatar.com/avatar/714c4aeb1b4c0d011806746e5f3f2289b9fde4a35568b343337dd63bffd1367f?d=identicon)[lucas.g](/maintainers/lucas.g)

![](https://avatars.githubusercontent.com/u/5444185?v=4)[Flavien Rodrigues](/maintainers/rflavien)[@rflavien](https://github.com/rflavien)

---

Top Contributors

[![odolbeau](https://avatars.githubusercontent.com/u/680206?v=4)](https://github.com/odolbeau "odolbeau (39 commits)")[![Verena-8](https://avatars.githubusercontent.com/u/162971462?v=4)](https://github.com/Verena-8 "Verena-8 (4 commits)")[![qdequippe](https://avatars.githubusercontent.com/u/3193300?v=4)](https://github.com/qdequippe "qdequippe (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tiime-tested-routes-checker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tiime-tested-routes-checker-bundle/health.svg)](https://phpackages.com/packages/tiime-tested-routes-checker-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
