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

opis/routing

Repository files navigation

Opis Routing

Build Status Latest Stable Version Latest Unstable Version License

Routing framework

Opis Routing is a framework for building various components that need routing capabilities. As a routing framework, it may handle all sorts of paths that are following a pattern, not being limited to HTTP request.

Documentation

The full documentation for this library can be found here

License

Opis Routing is licensed under the Apache License, Version 2.0.

Requirements

Installation

Opis Routing is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/routing

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/routing": "^5.0"
    }
}