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
29 hours
fix typo
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
Renamed router route method to make
Sam Light
29 hours
assert middleware call order
Sam Light
29 hours
strategy runs middleware test
Sam Light
29 hours
code format on middleware test
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
Router tests for creating routes
Sam Light
29 hours
Refactor dispatch to use a seperate findRoute method
Sam Light
29 hours
Wrote tests for any route and insensitive match
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
setup tests
Sam Light