Download the PHP package fhermann/doctrine-trait without Composer
On this page you can find all versions of the php package fhermann/doctrine-trait. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fhermann/doctrine-trait
More information about fhermann/doctrine-trait
Files in fhermann/doctrine-trait
Download fhermann/doctrine-trait
More information about fhermann/doctrine-trait
Files in fhermann/doctrine-trait
Vendor fhermann
Package doctrine-trait
Short Description A set of reusable trait for Doctrine
License MIT
Homepage https://github.com/hermann8u/DoctrineTrait
Package doctrine-trait
Short Description A set of reusable trait for Doctrine
License MIT
Homepage https://github.com/hermann8u/DoctrineTrait
Please rate this library. Is it a good library?
Informations about the package doctrine-trait
Doctrine Trait
A set of useful trait to compose Doctrine entities. At the moment the package include following traits:
- LocalizableEntity : Localization of an entity based on its coordinate.
- SlugableEntity : Add a name and a slug property to an entity and compute the slug based on the name with lifecycle callbacks.
- TimestampableEntity : Add a createdAt and updatedAt property and update them with lifecycle callbacks.
Warning
The following traits need to add lifecycle callbacks to the hosting entity:
- SlugableEntity
- TimestampableEntity
All versions of doctrine-trait with dependencies
PHP Build Version
Package Version
The package fhermann/doctrine-trait contains the following files
Loading the files please wait ....