Skip to content

4.x - Decouple FastRoute Dispatcher From RouteResolver#2639

Merged
l0gicgate merged 10 commits into
slimphp:4.xfrom
l0gicgate:4.x-DecoupleFastRouteDispatching
Apr 20, 2019
Merged

4.x - Decouple FastRoute Dispatcher From RouteResolver#2639
l0gicgate merged 10 commits into
slimphp:4.xfrom
l0gicgate:4.x-DecoupleFastRouteDispatching

Conversation

@l0gicgate

@l0gicgate l0gicgate commented Apr 20, 2019

Copy link
Copy Markdown
Member

This is pull 5 out of 7 to complete the goals set in #2604

This decouples the FastRoute dispatcher implementation from RouteResolver. It introduces a new DispatcherInterface so we can implement routers/dispatchers from other frameworks.

This gives a user the ability to implement their own dispatcher, as long as it returns RoutingResults and provide functionality to get the allowed methods for a given uri string.

@l0gicgate l0gicgate added this to the 4.0 milestone Apr 20, 2019
@l0gicgate l0gicgate mentioned this pull request Apr 20, 2019
7 tasks
@coveralls

coveralls commented Apr 20, 2019

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.009%) to 98.536% when pulling 1ce3288 on l0gicgate:4.x-DecoupleFastRouteDispatching into d5497de on slimphp:4.x.

@l0gicgate
l0gicgate merged commit f1b45ef into slimphp:4.x Apr 20, 2019
@l0gicgate
l0gicgate deleted the 4.x-DecoupleFastRouteDispatching branch April 20, 2019 23:05
@l0gicgate l0gicgate mentioned this pull request Aug 1, 2019
chriscct7 pushed a commit to awesomemotive/aioseo-slim-v3-php-8.1 that referenced this pull request Sep 3, 2025
…ispatching

4.x - Decouple FastRoute Dispatcher From RouteResolver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants