cojecom / base_entity
This package is abandoned and no longer maintained.
No replacement package was suggested.
A base entity for Symfony projects using Doctrine ORM. Available in 2 flavours : incremental numeric IDs & UUIDs
1.2.0
2021-06-09 08:02 UTC
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