You can always just not use symfony routing, and write a request listener for that router. Should be a simple task.
On Wed, Feb 29, 2012 at 10:09 AM, SimonSimCity <[email protected]>wrote: > Hi, All > > I just saw the following message in the php-general mailing list and > just want to know if this could be interesting for Symfony2 ... > > > Hi folks, > > > > we have working on a PHP router project for a while, now we have a final > > stable release for this. > > > > Roller - high performance router for PHP5.3+ > > https://github.com/c9s/Roller > > > > And we wrote an extension for dispatching routes, by using this > extension, > > the dispatch performance is faster 1607% than original PHP version. > > (extension is optional). > > > > RESTful support, you can easily define RESTful paths for records. > > > > Features: > > > > - Highly customizable > > - Flexible > > - APC cache support. > > - File cache support. > > - Built-in *RESTful* route generator, resource handler. > > - Customizable RESTful route generator, resource handler. > > - Simple, Useful route path syntax. (rails-style) > > - High performance (through PHP extension, can dispatch *1607%* faster > > than pure php version) > > - High unit test coverage, coverage > *88%*. > > > > > > -- > > Best Regards, > > > > c9s@github > > > > - Onion project (PHP package builder): http://github.com/c9s/Onion > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
