index
:
php-router.git
master
PHP Http routing library
Git repository hosting...
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
29 hours
creates group can directly create a group
Sam Light
29 hours
make group return itself
Sam Light
29 hours
testing middleware dispatch
Sam Light
29 hours
Make it so the router will call the middleware
Sam Light
29 hours
Make it so a route has instance of group passed
Sam Light
29 hours
Ensure dispatch runs middleware method
Sam Light
29 hours
Setup structure for storing middleware and added test todos
Sam Light
29 hours
middleware trait and added to router
Sam Light
29 hours
fixing tests and code formatting
Sam Light
29 hours
testing of the full group routes
Sam Light
29 hours
Testing the creating routes on a group definition and code format
Sam Light
29 hours
Create a group route and name it
Sam Light
29 hours
made and tested getFullPath and written getFullName.
Sam Light
29 hours
getting parents and path from group and testing
Sam Light
29 hours
shared code in traits for common features for groups
Sam Light
29 hours
null check
Sam Light
29 hours
code formatting
Sam Light
29 hours
generating routes with parameters and tests
Sam Light
29 hours
strategy parameter parsing
Sam Light
29 hours
route get path method
Sam Light
29 hours
build routes with with parameters
Sam Light
29 hours
Make route from route string
Sam Light
29 hours
generate named route
Sam Light
29 hours
case insensitive path matching
Sam Light
29 hours
added regex matcher to path segment type and test
Sam Light
29 hours
Created new missing para exception
Sam Light
29 hours
Renamed router route method to make
Sam Light
29 hours
type hint docblock middleware $next param
Sam Light
29 hours
Changed php cs fixer to align phpdocs left
Sam Light
29 hours
Started structure for group definition
Sam Light
29 hours
Started structure for middleware
Sam Light
29 hours
RouteDefinition can add name
Sam Light
29 hours
added named routes to router
Sam Light
29 hours
Route methods now return RouteDefinition class and testing
Sam Light
29 hours
throw an exception when route handler does not return response
Sam Light
29 hours
remove unused exception
Sam Light
29 hours
Refactor dispatch to use a seperate findRoute method
Sam Light
29 hours
make router match any route
Sam Light
29 hours
code formatting
Sam Light
29 hours
Make basic routing work
Sam Light
29 hours
big update
Sam Light
29 hours
Added more methods to the PathSegment class and tests
Sam Light
29 hours
created some basic structure classes
Sam Light