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
/
tests
Age
Commit message (
Expand
)
Author
26 hours
creates group can directly create a group
Sam Light
27 hours
testing middleware dispatch
Sam Light
27 hours
Make it so the router will call the middleware
Sam Light
27 hours
Ensure dispatch runs middleware method
Sam Light
27 hours
testing adding middleware to routes and groups
Sam Light
27 hours
Created tests for having middleware
Sam Light
27 hours
Setup structure for storing middleware and added test todos
Sam Light
27 hours
code formatting
Sam Light
27 hours
testing router creates routes with or without / prefix
Sam Light
27 hours
fixing tests and code formatting
Sam Light
27 hours
testing of the full group routes
Sam Light
27 hours
Testing the creating routes on a group definition and code format
Sam Light
27 hours
Create a group route and name it
Sam Light
27 hours
test the getFullName method on Group
Sam Light
27 hours
made and tested getFullPath and written getFullName.
Sam Light
27 hours
getting parents and path from group and testing
Sam Light
27 hours
shared code in traits for common features for groups
Sam Light
27 hours
code formatting
Sam Light
27 hours
generating routes with parameters and tests
Sam Light
27 hours
fix typo
Sam Light
27 hours
build routes with with parameters
Sam Light
27 hours
Make route from route string
Sam Light
27 hours
generate named route
Sam Light
27 hours
case insensitive path matching
Sam Light
27 hours
added regex matcher to path segment type and test
Sam Light
27 hours
Renamed router route method to make
Sam Light
27 hours
assert middleware call order
Sam Light
27 hours
strategy runs middleware test
Sam Light
27 hours
code format on middleware test
Sam Light
27 hours
Started structure for group definition
Sam Light
27 hours
Started structure for middleware
Sam Light
27 hours
RouteDefinition can add name
Sam Light
27 hours
added named routes to router
Sam Light
27 hours
Route methods now return RouteDefinition class and testing
Sam Light
27 hours
Router tests for creating routes
Sam Light
27 hours
Refactor dispatch to use a seperate findRoute method
Sam Light
27 hours
Wrote tests for any route and insensitive match
Sam Light
27 hours
code formatting
Sam Light
27 hours
Make basic routing work
Sam Light
27 hours
big update
Sam Light
27 hours
Added more methods to the PathSegment class and tests
Sam Light
27 hours
setup tests
Sam Light