Skip to content

Releases: mrjgreen/phroute

Accept Regex Quantifiers in Route Parameters

09 Aug 09:49
Compare
Choose a tag to compare

The regex in the route parser was modified to accept parameters like {year:\d{2,4}}

Added Controller Parameter Capability

13 Jul 09:53
Compare
Choose a tag to compare

Set required or optional controller arguments and the engine will automatically add these requirements into the route parser.

Benchmarking in readme

18 Jun 20:18
Compare
Choose a tag to compare
v1.0.5

Update README.md

v1.0.4

10 Jun 21:20
Compare
Choose a tag to compare
Return $this from "controller()" in routecollector

v1.0.3

10 Jun 21:19
Compare
Choose a tag to compare
fixed string classname