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