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(7mo ago)167.9k↓22%[5 PRs](https://github.com/Tiime-Software/TestedRoutesCheckerBundle/pulls)MITPHPCI passing

Since May 6Pushed 7mo 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 1mo 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

41

—

FairBetter than 89% of packages

Maintenance63

Regular maintenance activity

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

224d 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://www.gravatar.com/avatar/365205cd636a7cb5c66d24e2e17f744af0168fddce56b602859c8ee7a75d93aa?d=identicon)[rflavien](/maintainers/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)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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