mdeboer/doctrine-behaviour

Library of different entity behaviours (timestampable etc.)

v5.0.0 2025-02-21 14:08 UTC

This package is auto-updated.

Last update: 2025-03-21 14:21:31 UTC


README

Build Status issues license dependencies downloads

Library for different Doctrine entity behaviours (timestampable, expirable etc.)

Requirements

  • PHP 8.1+
  • Doctrine ORM 2
  • intl extension

Installation

$ composer require mdeboer/doctrine-behaviour

Running tests

$ vendor/bin/phpunit

Behaviours

  • Timestampable - For automatically timestamping entities (created at, updated at)
  • SoftDeletable - For soft-deleting entities
  • Expirable - For entities that can have an expiration date
  • Translatable - For (partially) translatable entities

License

MIT

Changelog

See CHANGELOG