Skip to content

Releases: stein189/Simple-PHP-Router

V2.0.3

Choose a tag to compare

@stein189 stein189 released this 28 Oct 15:11
292d220

Added extra tests and solved bug from issue #25

V2.0.2

Choose a tag to compare

@stein189 stein189 released this 10 Oct 11:59

Fixed bug, underscore variables couldnt be mapped.

V2.0.1

Choose a tag to compare

@stein189 stein189 released this 10 Oct 11:11

Solved bug in optional parameter

V2.0.0

Choose a tag to compare

@stein189 stein189 released this 01 Oct 21:01
v2.0.0

Updated README

v1.1.0

Choose a tag to compare

@stein189 stein189 released this 22 Sep 16:40
Added shortcut functions for get, post, put, patch, delete and any

Version 1

Choose a tag to compare

@stein189 stein189 released this 29 Feb 21:03

Simple PHP Router V1

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