<?php return [ [ 'route' => '/get-route/', 'callback' => 'actionExisting', ], [ 'route' => '/post-route/', 'callback' => 'actionExisting', 'method' => 'POST', ], [ "route" => "/php-route/", "callback" => "actionExisting", "method" => "POST" ] ];
info at phpclasses dot org