burzum
burzum
I've opened a PR https://github.com/nikic/FastRoute/pull/223 and hope that @nikic is going to say something about it.
Sure, I can do that. But I would prefer if everything gets integrated here but I have no time and interest in long waiting times and never ending discussions. If...
@kktsvetkov I just looked at it briefly because I'm busy with preparations for the evening, this looks very interesting! 👍 I'll read it until Monday. I'm looking for a modern,...
> is there any appetite for that kind of moditifcation? Yes, I would like to see interfaces for almost everything inside the lib.
I'm not sure what you mean? You want to be able to get the matched pattern in the result?
@Jackson88 the router builds a regex-map internally I don't think the current version allows you to identify the used route declaration but I'm working towards being able to do so...
@Jackson88 you can just use Google Analytics or the PSR request object and it's URL itself to generate statistics. I don't see how a route itself gives you good statistics.
I've added this feature to my complete refactor https://github.com/burzum/FastRoute/tree/fastroute-ng/src and I might make it into this PR or whatever @lcobucci and me are going to do within the next few...
Can't we simply use a result object and a few constants? And I agree with @XedinUnknown, the dispatch() method should be renamed to something better. So what about this? ```php...
@XedinUnknown an exception *doesn't* mean failure. The outcome of the routing is deterministic: You either get a match or not there is nothing exceptional to handle here. Using an exception...