Skip to content

mdeboer/doctrine-behaviour

Repository files navigation

Doctrine Behaviour

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages