All Projects → symfony-cmf → Routing

symfony-cmf / Routing

Licence: other
Routing component building on the Symfony Routing component

Projects that are alternatives of or similar to Routing

Easyadminextensionbundle
Provides some additional features to EasyAdminBundle for Symfony
Stars: ✭ 232 (-8.3%)
Mutual labels:  symfony
Router
Router implementation for fasthttp
Stars: ✭ 234 (-7.51%)
Mutual labels:  routing-engine
Slugify
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Stars: ✭ 2,697 (+966.01%)
Mutual labels:  symfony
Gearmanbundle
GearmanBundle for Symfony2
Stars: ✭ 233 (-7.91%)
Mutual labels:  symfony
Doctrine Bridge
Provides integration for Doctrine with various Symfony components.
Stars: ✭ 2,800 (+1006.72%)
Mutual labels:  symfony
Companienv
Companion for .env files
Stars: ✭ 241 (-4.74%)
Mutual labels:  symfony
Alicedatafixtures
Nelmio Alice extension to persist the loaded fixtures.
Stars: ✭ 228 (-9.88%)
Mutual labels:  symfony
Contracts
A set of abstractions extracted out of the Symfony components
Stars: ✭ 3,067 (+1112.25%)
Mutual labels:  symfony
Sonata Doctrine Extensions
Doctrine2 behavioral extensions
Stars: ✭ 239 (-5.53%)
Mutual labels:  symfony
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+1015.02%)
Mutual labels:  symfony
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (-7.91%)
Mutual labels:  symfony
Htmlpurifierbundle
HTML Purifier is a standards-compliant HTML filter library written in PHP.
Stars: ✭ 234 (-7.51%)
Mutual labels:  symfony
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (-4.35%)
Mutual labels:  symfony
Asset
The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
Stars: ✭ 2,771 (+995.26%)
Mutual labels:  symfony
Symfony Cheat Sheets
Symfony Cheat Sheets
Stars: ✭ 242 (-4.35%)
Mutual labels:  symfony
Fmelfinderbundle
📁 ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
Stars: ✭ 231 (-8.7%)
Mutual labels:  symfony
Fosrestbundle
This Bundle provides various tools to rapidly develop RESTful API's with Symfony
Stars: ✭ 2,683 (+960.47%)
Mutual labels:  symfony
Csaguzzlebundle
A bundle integrating Guzzle >=4.0 in Symfony
Stars: ✭ 248 (-1.98%)
Mutual labels:  symfony
Core
🧿 Bolt 4 core
Stars: ✭ 243 (-3.95%)
Mutual labels:  symfony
Symfony Pack
A series of questions to prepare for the Symfony certification
Stars: ✭ 241 (-4.74%)
Mutual labels:  symfony

Symfony CMF Routing

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Version/Branch Travis Coveralls
master Build Status Coverage Status

This package is part of the Symfony Content Management Framework (CMF) and licensed under the MIT License.

The Symfony CMF Routing component extends the Symfony routing component with additional features:

  • A ChainRouter to run several routers in parallel
  • A DynamicRouter that can load routes from any database and can generate additional information in the route match.

The CMF Routing component does not need the Symfony full stack framework. It is also useful in applications not using the full Symfony framework.

For the best integration into the Symfony full stack framework, it is recommended to use the RoutingBundle when building Symfony full stack applications.

Requirements

  • PHP 7.2 / 7.3 / 7.4
  • Symfony
  • See also the require section of composer.json

Documentation

For the install guide and reference, see:

See also:

Support

For general support and questions, please use StackOverflow.

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

Unit and/or functional tests exist for this package. See the Testing documentation for a guide to running the tests.

Thanks to everyone who has contributed already.

License

This package is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].