Download the PHP package alexpts/php-routing without Composer
On this page you can find all versions of the php package alexpts/php-routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexpts/php-routing
More information about alexpts/php-routing
Files in alexpts/php-routing
Download alexpts/php-routing
More information about alexpts/php-routing
Files in alexpts/php-routing
Vendor alexpts
Package php-routing
Short Description Simple router compatible with the PSR-7
License MIT
Homepage https://github.com/alexpts/php-routing
Package php-routing
Short Description Simple router compatible with the PSR-7
License MIT
Homepage https://github.com/alexpts/php-routing
Please rate this library. Is it a good library?
Informations about the package php-routing
php-routing
Простой роутер с поддержкой PSR-7 и middelware на уровне роута.
Возможности
- Простой захват параметров из url
- Использование RegExp для описания роута
- Гибкие группировки для захвата параметров
- Приоритеты роутов
- Middlewares на уровне роутов
- Высокая скорость работы
- Указание дефолтного роута
- Адаптирован для работы с REST
Простой роутинг
Захват параметров из url
Захваченные параметры могут быть переданы в качестве аргументов в обработчик.
Параметры начинающиеся с символа _
игнорируются. Они нужны для технических нужд.
All versions of php-routing with dependencies
PHP Build Version
Package Version
The package alexpts/php-routing contains the following files
Loading the files please wait ....