joserobleda/silex-symfony-router

There is no license information available for the latest version (0.4) of this package.

Replace the silex routing system with Symfony router

0.4 2015-06-12 18:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:09:56 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.