I'm looking for a PHP CMS that works a bit like dotcms. It needs to:
- Provide the facility to create new content types/structures and surface content from these in modules added to a page.
- Provide the ability to graphically add and move pre-created modules around a page (moving up/down within the same column is acceptable).
- Store all code in files on disk so that they can be versioned properly.
Additionally, it needs to place a strong focus on security, accessibility and support friendly URL formats.
I've considered Drupal but would ideally like something that's closer to a CMS than an application framework. I've also been looking at MODx and SilverStripe but am not sure if they're close enough to my needs.
Any ideas?