Router and FastRoute adapter 1.0.0
Both router and its FastRoute adapter went stable. These are very central packages in Yii3.
The package provides PSR-7 compatible request routing and a PSR-15 middleware ready to be used in an application. Instead of implementing routing from ground up, the package provides an interface for configuring routes and could be used with an adapter package. Currently, the only adapter available is FastRoute.
Router has the following features: