2017 © Pedro Peláez
 

library dcms-routing-bundle

Routing bundle for DCMS project

image

dantleech/dcms-routing-bundle

Routing bundle for DCMS project

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DCMS Routing Bundle

NOTE: This bundle is dead. I have repaced all of it with the Symfony CMF router., (*1)

Build Status, (*2)

This bundle provides dynamic, extensible, database routing., (*3)

  • 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., (*4)

Stuff that works and is tested:, (*5)

  • URL Matching via. Router
  • Doctrine integration

Stuff not tested:, (*6)

  • Validator

Stuff not currently implemented:, (*7)

  • URL Generation

The Versions