Registry / web-framework / symfony-cmf-routing-bundle

symfony-cmf-routing-bundle

JSON →
library3.2.0phppackagistunverified

Symfony RoutingBundle for dynamic routing in Symfony.

composer require symfony-cmf/routing-bundle
INSTALL
IMPORT
SIG · SYMFONY-CMF-ROUTIN
S
symfony-cmf-routing-bundle
web-frameworkphpv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Route
use Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\Route;

Create a dynamic route entity

<?php use Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\Route; $route = new Route(); $route->setName('dynamic_route'); $route->setRoutePattern('/{slug}');
Debug
Known issues
gotchaRequires Doctrine ORM or PHPCR-ODM for persistence.
fix
Configure the appropriate Doctrine bundle.
affects: *
Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
symfony-cmf-routing-bundle — pip install symfony-cmf-routing-bundle · libregistry