Search by

lschricke / symfony-strict-route-collection

lschricke

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.

Package info

github.com/lschricke/symfony-strict-route-collection

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

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-09-13 04:47:40 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.