library dcms-routing-bundle
Routing bundle for DCMS project
dantleech/dcms-routing-bundle
Routing bundle for DCMS project
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
DCMS Routing Bundle
NOTE: This bundle is dead. I have repaced all of it with the Symfony CMF router., (*1)
, (*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)
Stuff not currently implemented:, (*7)
dev-master
9999999-dev
Routing bundle for DCMS project
Sources
Download
MIT
The Requires