lschricke/symfony-strict-route-collection

This package offers a stricter version of the Symfony\Component\Routing\RouteCollection where you cannot add a Route with a name that is already registered, preventing you to overwrite an existing Route name by mistake.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lschricke/symfony-strict-route-collection

dev-master 2015-06-14 18:01 UTC

This package is not auto-updated.

Last update: 2025-09-27 22:49:06 UTC


README

Build Status

This package offers a stricter version of the Symfony\Component\Routing\RouteCollection where you cannot add a Route with a name that is already registered, preventing you to overwrite an existing Route name by mistake.