Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (38 loc) · 1.69 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.69 KB

Opis HTTP Routing

Build Status Latest Stable Version Latest Unstable Version License

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

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"
    }
}