opis / routing
A framework for building packages that need routing capabilities
Installs: 3 543
Dependents: 3
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 1
Open Issues: 1
Requires
- php: ^7.1
- opis/closure: ^3.0
- opis/pattern: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2021-01-06 11:44:21 UTC
README
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" } }