opis / http-routing
Opis HTTP Routing is a library that can be used to route all types of HTTP requests
Installs: 1 567
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^7.1
- opis/http: ^3.0
- opis/routing: ^5.0
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2020-06-03 14:53:46 UTC
README
HTTP Routing library
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.
Documentation
The full documentation for this library can be found here.
License
Opis Http Routing is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.1
- Opis Routing ^5.0
- Opis Http ^3.0
Installation
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" } }