Fedora 19 Update: php-SymfonyCmfRouting-1.0.1-1.fc19

updates at fedoraproject.org updates at fedoraproject.org
Mon May 13 03:25:22 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-7651
2013-05-08 19:29:24
--------------------------------------------------------------------------------

Name        : php-SymfonyCmfRouting
Product     : Fedora 19
Version     : 1.0.1
Release     : 1.fc19
URL         : http://symfony.com/doc/master/cmf/components/routing.html
Summary     : Extends the Symfony2 routing component
Description :
The Symfony CMF Routing component library extends the Symfony2 core routing
component. Even though it has Symfony in its name, it does not need the full
Symfony2 framework and can be used in standalone projects. For integration
with Symfony we provide RoutingExtraBundle.

At the core of the Symfony CMF Routing component is the ChainRouter, that is
used instead of the Symfony2's default routing system. The ChainRouter can
chain several RouterInterface implementations, one after the other, to determine
what should handle each request. The default Symfony2 router can be added to
this chain, so the standard routing mechanism can still be used.

Additionally, this component is meant to provide useful implementations of the
routing interfaces. Currently, it provides the DynamicRouter, which uses a
RequestMatcherInterface to dynamically load Routes, and can apply
RouteEnhancerInterface strategies in order to manipulate them. The provided
NestedMatcher can dynamically retrieve Symfony2 Route objects from a
RouteProviderInterface. This interfaces abstracts a collection of Routes,
that can be stored in a database, like Doctrine PHPCR-ODM or Doctrine ORM.
The DynamicRouter also uses a UrlGenerator instance to generate Routes and
an implementation is provided under ProviderBasedGenerator that can generate
routes loaded from a RouteProviderInterface instance, and the
ContentAwareGenerator on top of it to determine the route object from a
content object.

--------------------------------------------------------------------------------
Update Information:

Updated to version 1.0.1

Commit history: https://github.com/symfony-cmf/Routing/commits/1.0.1
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #958188 - php-SymfonyCmfRouting-1.1.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=958188
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update php-SymfonyCmfRouting' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list