Doctrine Extensions: Timestampable: Sluggable, Translatable, etc. ================================================================= Doctrine2 is very flexible, and the community has already created a series of useful Doctrine extensions to help you with tasks common entity-related tasks. One bundle in particular - the `DoctrineExtensionsBundle`_ - provides integration with an extensions library that offers `Sluggable`_, `Translatable`_, `Timestampable`_, `Loggable`_, and `Tree`_ behaviors. See the bundle for more details. .. _`DoctrineExtensionsBundle`: https://github.com/stof/StofDoctrineExtensionsBundle .. _`Sluggable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sluggable.md .. _`Translatable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md .. _`Timestampable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/timestampable.md .. _`Loggable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/loggable.md .. _`Tree`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/tree.md