auraphp / Aura.Router

A web router implementation for PHP.
http://auraphp.com/packages/3.x/Router/
MIT License
494 stars 74 forks source link

feature: Add FastRoute format for Route declaration #195

Closed willy68 closed 1 year ago

willy68 commented 1 year ago

Use FastRoute Regex when declare route

Probably better to create build-in Regex for this feature, but it work fine as is.

All added tests works without breakdown.