Chris@0: # Symfony CMF Routing Component Chris@0: Chris@0: [![Build Status](https://travis-ci.org/symfony-cmf/routing.svg?branch=master)](https://travis-ci.org/symfony-cmf/routing) Chris@0: [![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/version.png)](https://packagist.org/packages/symfony-cmf/routing) Chris@0: [![Total Downloads](https://poser.pugx.org/symfony-cmf/routing/d/total.png)](https://packagist.org/packages/symfony-cmf/routing) Chris@0: Chris@0: The Symfony CMF Routing component extends the Symfony2 core routing component. Chris@0: It provides: Chris@0: Chris@0: * A ChainRouter to run several routers in parallel Chris@0: * A DynamicRouter that can load routes from any database and can generate Chris@0: additional information in the route match. Chris@0: Chris@0: Even though it has Symfony in its name, the Routing component does not need the Chris@0: full Symfony2 Framework and can be used in standalone projects. Chris@0: Chris@0: For Symfony 2 projects, an optional Chris@0: [RoutingBundle](https://github.com/symfony-cmf/RoutingBundle) Chris@0: is also available. Chris@0: Chris@0: This library is provided by the [Symfony Content Management Framework (CMF) project](http://cmf.symfony.com/) Chris@0: and licensed under the [MIT License](LICENSE). Chris@0: Chris@0: Chris@0: ## Requirements Chris@0: Chris@0: * The Symfony Routing component (>= 2.2.0) Chris@0: * See also the `require` section of [composer.json](composer.json) Chris@0: Chris@0: Chris@0: ## Documentation Chris@0: Chris@0: For the install guide and reference, see: Chris@0: Chris@0: * [Routing component documentation](http://symfony.com/doc/master/cmf/components/routing/index.html) Chris@0: Chris@0: See also: Chris@0: Chris@0: * [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference Chris@0: * [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links Chris@0: Chris@0: Chris@0: ## Contributing Chris@0: Chris@0: Pull requests are welcome. Please see our Chris@0: [CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md) Chris@0: guide. Chris@0: Chris@0: Unit and/or functional tests exist for this component. See the Chris@0: [Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html) Chris@0: for a guide to running the tests. Chris@0: Chris@0: Thanks to Chris@0: [everyone who has contributed](https://github.com/symfony-cmf/Routing/contributors) already.