Router 1.0

The Routes class follows DSL syntax converting URLs to regular expressions and then matching them on a first-match basis.Router also supports wildcard matches, alpha-numeric strings, PHP variable syntax and more.Usage instructions are included with the...