Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.14 KB

File metadata and controls

22 lines (15 loc) · 1.14 KB

Getting Started

Introduction

The Doctrine Extension Bundle enhances Doctrine ORM for Symfony applications by providing a set of powerful extensions. These include automatic timestamp and user tracking, seamless UTC date handling, and a simple yet robust translation system for your entities. Designed with performance and simplicity in mind, this bundle integrates easily into your project, helping you manage common entity behaviors with minimal configuration.

Why another implementation???

It provides clean, focused support for UTC date handling and entity auditing without bloated overhead or complex computation. I focused on performance and simplicity, ensuring that the bundle is easy to use and understand.

Features

  • Timestampable: Automatically manage creation and update timestamps for your entities.
  • Blameable: Track the user responsible for creating or updating an entity.
  • UTC Date/Time: Ensures all date-related values are stored in UTC in the database.
  • Translatable: Provides a simple way to manage translations for your entities.