summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
32 hoursroute get path methodSam Light
32 hoursbuild routes with with parametersSam Light
32 hoursMake route from route stringSam Light
32 hoursgenerate named routeSam Light
32 hourscase insensitive path matchingSam Light
32 hoursadded regex matcher to path segment type and testSam Light
32 hoursCreated new missing para exceptionSam Light
32 hoursRenamed router route method to makeSam Light
32 hourstype hint docblock middleware $next paramSam Light
32 hoursChanged php cs fixer to align phpdocs leftSam Light
32 hoursStarted structure for group definitionSam Light
32 hoursStarted structure for middlewareSam Light
32 hoursRouteDefinition can add nameSam Light
32 hoursadded named routes to routerSam Light
32 hoursRoute methods now return RouteDefinition class and testingSam Light
32 hoursthrow an exception when route handler does not return responseSam Light
32 hoursremove unused exceptionSam Light
32 hoursRefactor dispatch to use a seperate findRoute methodSam Light
32 hoursmake router match any routeSam Light
32 hourscode formattingSam Light
32 hoursMake basic routing workSam Light
32 hoursbig updateSam Light
32 hoursAdded more methods to the PathSegment class and testsSam Light
32 hourscreated some basic structure classesSam Light