https://github.com/nikic/FastRoute
Cấu hình Apache .htaccess
# fast route DirectoryIndex index.php RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.php [L]