Episode 8 - Zend Expressive Routers (Aura.Router)

Published: April 18, 2016, 11:35 a.m.

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 (https://twitter.com/@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: https://github.com/auraphp/Aura.Router http://zend-expressive.readthedocs.org/en/0.2.1/router/aura http://www.sitepoint.com/web-routing-in-php-with-aura-router/ Questions/Comments/Suggestions @zfmastery (https://twitter.com/@zfmastery)