https://github.com/dantleech/dcmsroutingbundle
Routing Bundle
https://github.com/dantleech/dcmsroutingbundle
Last synced: over 1 year ago
JSON representation
Routing Bundle
- Host: GitHub
- URL: https://github.com/dantleech/dcmsroutingbundle
- Owner: dantleech
- Created: 2012-10-02T10:31:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-11T11:53:29.000Z (over 13 years ago)
- Last Synced: 2025-01-30T15:44:22.608Z (over 1 year ago)
- Language: PHP
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DCMS Routing Bundle
===================
NOTE: This bundle is dead. I have repaced all of it with the Symfony CMF router.
[](http://travis-ci.org/dantleech/DCMSRoutingBundle)
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