opis/routing
A framework for building packages that need routing capabilities
Maintainers
Requires
- php: ^7.1
- opis/closure: ^3.0
- opis/pattern: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.5
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>
This package is auto-updated.
Last update: 2021-01-06 11:44:21 UTC
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
- PHP ^7.1
- Opis Closure ^3.0
- Opis Pattern ^1.0
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"
}
}
