Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 1, 2024 via composer

symfony-cmf/routing 3.0.1

Extends the Symfony routing component for dynamic routes and chaining several routers
Package summary
Share
0
issues
1
license
15
MIT
Package created
4 May 2012
Version published
4 Jul 2022
Maintainers
3
Total deps
15
Direct deps
3
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
15 Packages, Including:
psr/event-dispatcher@1.0.0
psr/log@3.0.0
symfony-cmf/routing@3.0.1
symfony/deprecation-contracts@v3.4.0
symfony/error-handler@v7.0.7
symfony/event-dispatcher@v7.0.7
symfony/event-dispatcher-contracts@v3.4.2
symfony/http-foundation@v7.0.7
symfony/http-kernel@v6.4.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/routing@v6.4.7
symfony/var-dumper@v7.0.7
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

3
All Dependencies CSV
β“˜ This is a list of symfony-cmf/routing 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/log3.0.06.77 kBMIT
prod dev
symfony/http-kernelv6.4.7-MIT
prod dev
symfony/routingv6.4.7-MIT
prod dev

Visualizations

Frequently Asked Questions

What does symfony-cmf/routing do?

The symfony-cmf/routing package is a part of the Symfony Content Management Framework (CMF) and it extends the Symfony routing component, offering advanced features. Noteworthy functionalities include a ChainRouter that allows for running several routers in parallel, and a DynamicRouter capable of loading routes from any database, and generating supplementary information in the route match. This makes symfony-cmf/routing immensely useful not only for applications using the complete Symfony framework, but also for those which utilise parts of the Symfony system.

How do you use symfony-cmf/routing?

To use the symfony-cmf/routing package, you must first install it via composer. The installation will require you to use the "require" section of your project's composer.json file. While the readme doesn't provide explicit examples of code usage, the typical usage involves leveraging the extended routing capabilities in your Symfony-based project. If you are making a full-stack Symfony application, the best practice is to use the RoutingBundle for more seamless integration.

Where are the symfony-cmf/routing docs?

The detailed documentation for symfony-cmf/routing, including both the installation guide and the reference, can be found on the official Symfony website at the following URL: symfony-cmf/routing Documentation. It provides a comprehensive reference of the Symfony CMF. For general support and queries related to symfony-cmf/routing, the recommendation is to use StackOverflow.