Would the community find benefit in having a repository of commonly used models/entities?
The classes would all just be plain php classes with Doctrine2 annotations (and unit tests). I understand that use cases will vary between projects but the classes could always be extended and overridden. Subsequently, the classes could be used to create pluggable modules. I'm thinking that it would be a nice feature for the framework to be able to add in a blog or forum (or whatever) module that could be part of your codebase, but without requiring too much developer customizations (unless wanted). I realize this is somewhat of a vague and ambitious request, but if there is interest I'd like to get some ideas for defining requirements and use cases. I guess my only two initial requirements/constraints are Zend Framework (target ZF2) and Doctrine2. I also would expect for the development to happen outside of the official project but would (obviously) work closely with all projects involved.
