In this episode, I’m giving a quick overview of one of Zend Expressive’s two, non-default, routing packages - Aura Router. Part of the Aura project, which is an independent collection of libraries, and originally designed for PHP 5.4 by Paul M Jones (@pmjones). Aura is, in the words of the repository:
Powerful and flexible web routing for PSR-7 requests.
It's an excellent package, sporting a range of powerful features, including: route groups, route caching, custom matching rules, and the ability to generate paths from routes.
For more information, check out the following links: