activpik/entity-manager-generator-bundle
Symfony2 bundle that generates basic Doctrine Entity Manager classes for your entities and registers them as services (services.xml). Adds save() and getRepository() helpers. Use doctrine:generate:entitymanager Bundle:Entity, then fetch via service id.
services.xml (current limitation; future releases may support YAML/XML).For Executives:
"This package automates the creation of entity managers in Symfony 2, cutting development time for data access layers by 30–50%. For example, generating a VideoManager for a new entity takes one command instead of writing 20+ lines of boilerplate. Ideal for projects with repetitive CRUD needs—like our [Product Catalog] or [User Profiles] modules—it reduces technical debt and speeds up feature delivery. The MIT license and active maintenance (via Travis CI) ensure low risk. Let’s pilot it on [Module X] to validate the productivity gain."
For Engineering:
*"This bundle generates basic entity managers (e.g., VideoManager) with a single CLI command:
php app/console doctrine:generate:entitymanager Bundle:Entity
Pros:
getRepository(), em injection).$this->get('activpik_manager.video_manager')).
Cons:services.xml bundles (track #1 for updates).How can I help you explore Laravel packages today?