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

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/joserobleda/silex-symfony-router

0.4 2015-06-12 18:43 UTC

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.