dantleech/dcms-routing-bundle

Routing bundle for DCMS project

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/dantleech/dcms-routing-bundle

dev-master 2013-01-11 11:53 UTC

This package is auto-updated.

Last update: 2025-09-29 01:32:40 UTC


README

NOTE: This bundle is dead. I have repaced all of it with the Symfony CMF router.

Build Status

This bundle provides dynamic, extensible, database routing.

  • Entities can be assigned a URL from a centralized routing table
  • Requests are handled by a dedicated Endpoint class which sets up the request, i.e. which controller to use, which parameters should be in the request, etc.
  • Routes are handled transparently by Doctrine - routes are updated and removed according to the Entity.

This is currently a work in progress.

Stuff that works and is tested:

  • URL Matching via. Router
  • Doctrine integration

Stuff not tested:

  • Validator

Stuff not currently implemented:

  • URL Generation