Skip to content

Fully implemented routing

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 02 Jun 09:30
· 52 commits to master since this release

This release marks the completion of the first main feature, and this repository's namesake: routing.

A PSR-7 request can be provided to the router, along with an object with method attributes, and the request will be matched against the available attributes in order to execute the correct method.

Next up is providing a dynamic path extractor and providing a mechanism for building the correct Assembly objects.