cojecom / base_entity
A base entity for Symfony projects using Doctrine ORM. Available in 2 flavours : incremental numeric IDs & UUIDs
Installs: 345
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/cojecom/base_entity
Requires
- php: ^7.0 | ^8.0
- doctrine/orm: ^2.5
- ramsey/uuid: ^3.7
- symfony/config: ^2.8|^3|^4
- symfony/dependency-injection: ^2.8|^3|^4
- symfony/http-kernel: ^2.8|^3|^4
This package is auto-updated.
Last update: 2022-07-12 10:28:22 UTC
README
A class to extend, providing basic entity features for Symfony projects using Doctrine ORM.
Features :
- Available with classic incremental integer IDs or UUIDs
- Logs creation date
- Automatically log last edition date