<?php return [ [ 'path' => '/custom', 'controller' => 'Test\\Controller', 'method' => 'display' ], [ 'path' => '/customb', 'controller' => 'Admin\\Controller', 'method' => 'display' ] ];
info at phpclasses dot org