ReiRouter released

2017 March 19

A few days ago I released ReiRouter v1.0, a fast and scalable PHP request router. You may be thinking, "Why another router?" If you have been working exclusively with regex-based routers so far, you will find that ReiRouter is not only unbelievably fast, it also has features that are impossible for any regex-based router.

Benchmark results

Hover or tap on a point for a detailed information.

Known routes (requests/second)

Unknown routes (requests/second)

In a future article, I'll explain the algorithm design principle behind ReiRouter that allows such high performance. Go to https://github.com/reinir/reirouter for the source code and more info.