joserobleda / silex-symfony-router
Replace the silex routing system with Symfony router
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/joserobleda/silex-symfony-router
Requires
- symfony/config: ^2.7.0
- symfony/routing: ^2.7.0
- symfony/yaml: ^2.7.0
This package is not auto-updated.
Last update: 2025-12-21 00:12:15 UTC
README
Replace the silex routing system with Symfony router
Based on the idea of https://github.com/flint/flint
This is a simple provider which replaces the original Silex routing system with the Symfony router. This enhances performance thanks to the url_matcher cache.
This also changes the way routes are defined by using the yml format.