opis/routing

This package is abandoned and no longer maintained. No replacement package was suggested.

A framework for building packages that need routing capabilities

Package info

github.com/opis/routing

Homepage

pkg:composer/opis/routing

Statistics

Installs: 3 642

Dependents: 3

Suggesters: 0

Stars: 8

Open Issues: 1

5.0.0 2018-10-16 12:09 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 d2ed7264e807ff3784b7a28258d00791890f7e1a

  • Marius Sarca <marius.sarca.woop@gmail.com>
  • Sorin Sarca <sarca_sorin.woop@hotmail.com>

frameworkroutingserializableopis


README

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