Opis HTTP Routing is a library that can be used to route all types of HTTP request, providing a full range of features, like path filters, domain filters, user defined filters, and more.
The full documentation for this library can be found here.
Opis Http Routing is licensed under the Apache License, Version 2.0.
- PHP ^7.1
- Opis Routing ^5.0
- Opis Http ^3.0
Opis Http Routing is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/http-routing
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/http-routing": "^5.0"
}
}