annotate vendor/symfony-cmf/routing/README.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Symfony CMF Routing Component
Chris@0 2
Chris@0 3 [![Build Status](https://travis-ci.org/symfony-cmf/routing.svg?branch=master)](https://travis-ci.org/symfony-cmf/routing)
Chris@0 4 [![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/version.png)](https://packagist.org/packages/symfony-cmf/routing)
Chris@0 5 [![Total Downloads](https://poser.pugx.org/symfony-cmf/routing/d/total.png)](https://packagist.org/packages/symfony-cmf/routing)
Chris@0 6
Chris@0 7 The Symfony CMF Routing component extends the Symfony2 core routing component.
Chris@0 8 It provides:
Chris@0 9
Chris@0 10 * A ChainRouter to run several routers in parallel
Chris@0 11 * A DynamicRouter that can load routes from any database and can generate
Chris@0 12 additional information in the route match.
Chris@0 13
Chris@0 14 Even though it has Symfony in its name, the Routing component does not need the
Chris@0 15 full Symfony2 Framework and can be used in standalone projects.
Chris@0 16
Chris@0 17 For Symfony 2 projects, an optional
Chris@0 18 [RoutingBundle](https://github.com/symfony-cmf/RoutingBundle)
Chris@0 19 is also available.
Chris@0 20
Chris@0 21 This library is provided by the [Symfony Content Management Framework (CMF) project](http://cmf.symfony.com/)
Chris@0 22 and licensed under the [MIT License](LICENSE).
Chris@0 23
Chris@0 24
Chris@0 25 ## Requirements
Chris@0 26
Chris@0 27 * The Symfony Routing component (>= 2.2.0)
Chris@0 28 * See also the `require` section of [composer.json](composer.json)
Chris@0 29
Chris@0 30
Chris@0 31 ## Documentation
Chris@0 32
Chris@0 33 For the install guide and reference, see:
Chris@0 34
Chris@0 35 * [Routing component documentation](http://symfony.com/doc/master/cmf/components/routing/index.html)
Chris@0 36
Chris@0 37 See also:
Chris@0 38
Chris@0 39 * [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
Chris@0 40 * [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
Chris@0 41
Chris@0 42
Chris@0 43 ## Contributing
Chris@0 44
Chris@0 45 Pull requests are welcome. Please see our
Chris@0 46 [CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md)
Chris@0 47 guide.
Chris@0 48
Chris@0 49 Unit and/or functional tests exist for this component. See the
Chris@0 50 [Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
Chris@0 51 for a guide to running the tests.
Chris@0 52
Chris@0 53 Thanks to
Chris@0 54 [everyone who has contributed](https://github.com/symfony-cmf/Routing/contributors) already.