Skip to content

Releases: stein189/Simple-PHP-Router

V2.0.3

28 Oct 15:11
292d220
Compare
Choose a tag to compare

Added extra tests and solved bug from issue #25

V2.0.2

10 Oct 11:59
Compare
Choose a tag to compare

Fixed bug, underscore variables couldnt be mapped.

V2.0.1

10 Oct 11:11
Compare
Choose a tag to compare

Solved bug in optional parameter

V2.0.0

01 Oct 21:01
Compare
Choose a tag to compare
v2.0.0

Updated README

v1.1.0

22 Sep 16:40
Compare
Choose a tag to compare
Added shortcut functions for get, post, put, patch, delete and any

Version 1

29 Feb 21:03
Compare
Choose a tag to compare

Simple PHP Router V1

  • Multiple methods
  • Url placeholders
  • Placeholder requirements
  • Actions can be a closure or full path to action
  • Full test coverage