Download the PHP package harmony-project/modular-routing without Composer
On this page you can find all versions of the php package harmony-project/modular-routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download harmony-project/modular-routing
More information about harmony-project/modular-routing
Files in harmony-project/modular-routing
Package modular-routing
Short Description An implementation of the Symfony router using a customizable matching process optimized for reusable routes
License MIT
Homepage http://harmony-project.io
Informations about the package modular-routing
ModularRouting
This component is part of the Harmony Project.
The ModularRouting component extends the Symfony Routing component with a new router using a customizable matching process that's optimized for reusable routes.
Features provided by this component are:
- Cache-enabled router
- Customizable mapping process
- Routing metadata configurable by XML, YAML
The ModularRouter
class included in this component can either be used as a
replacement of Symfony's Router
class or as an extension to it by using
Symfony's CMF ChainRouter
class. See HarmonyModularBundle
for integration with the Symfony framework.
Installation
This component is available as a package on Packagist:
composer require harmony-project/modular-routing
Resources
License
This component is released under the MIT license.
All versions of modular-routing with dependencies
psr/log Version ^1.0
symfony/config Version ^3.4|^4.0
symfony/event-dispatcher Version ^3.4|^4.0
symfony/http-foundation Version ^3.4|^4.0
symfony/routing Version ^3.4|^4.0
symfony/yaml Version ^3.4|^4.0
symfony-cmf/routing Version ^2.0
twig/twig Version ^2.0