summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
28 hoursEnsure dispatch runs middleware methodSam Light
28 hoursSetup structure for storing middleware and added test todosSam Light
28 hoursmiddleware trait and added to routerSam Light
28 hoursfixing tests and code formattingSam Light
28 hourstesting of the full group routesSam Light
28 hoursTesting the creating routes on a group definition and code formatSam Light
28 hoursCreate a group route and name itSam Light
28 hoursmade and tested getFullPath and written getFullName.Sam Light
28 hoursgetting parents and path from group and testingSam Light
28 hoursshared code in traits for common features for groupsSam Light
28 hoursnull checkSam Light
28 hourscode formattingSam Light
28 hoursgenerating routes with parameters and testsSam Light
28 hoursstrategy parameter parsingSam Light
28 hoursroute get path methodSam Light
28 hoursbuild routes with with parametersSam Light
28 hoursMake route from route stringSam Light
28 hoursgenerate named routeSam Light
28 hourscase insensitive path matchingSam Light
28 hoursadded regex matcher to path segment type and testSam Light
28 hoursCreated new missing para exceptionSam Light
28 hoursRenamed router route method to makeSam Light
28 hourstype hint docblock middleware $next paramSam Light
28 hoursChanged php cs fixer to align phpdocs leftSam Light
28 hoursStarted structure for group definitionSam Light
28 hoursStarted structure for middlewareSam Light
28 hoursRouteDefinition can add nameSam Light
28 hoursadded named routes to routerSam Light
28 hoursRoute methods now return RouteDefinition class and testingSam Light
28 hoursthrow an exception when route handler does not return responseSam Light
28 hoursremove unused exceptionSam Light
28 hoursRefactor dispatch to use a seperate findRoute methodSam Light
28 hoursmake router match any routeSam Light
28 hourscode formattingSam Light
28 hoursMake basic routing workSam Light
28 hoursbig updateSam Light
28 hoursAdded more methods to the PathSegment class and testsSam Light
28 hourscreated some basic structure classesSam Light