tersoal / dynamap
Dynamic entities for Symfony and Doctrine.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.5.9
- cocur/slugify: dev-master
- doctrine/orm: >=2.4
- symfony/symfony: >=2.8
This package is not auto-updated.
Last update: 2025-02-01 21:57:18 UTC
README
The DynaMap Bundle is a Symfony2 bundle that brings you the possibility to handle entities dynamically. Doctrine requires defining all entities and their properties and methods in classes. But now you can define your database tables and their fields upon model entities (with some field restrictions by the moment).
All is decoupled and you can customize your models, master and field entities to fit your needs.
Documentation
For usage documentation, see:
License
See the bundled LICENSE file.