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.

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

This package is not auto-updated.

Last update: 2025-07-05 21:39:18 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.