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

Reply via email to