cloudstek/doctrine-behaviour

This package is abandoned and no longer maintained. No replacement package was suggested.

Library of different entity behaviours (timestampable etc.)

v2.1.0 2023-05-26 13:11 UTC

This package is auto-updated.

Last update: 2023-08-30 17:51:02 UTC


README

Build Status issues license dependencies downloads

Library of different entity behaviours (timestampable etc.)

⚠️ Development has moved to mdeboer/doctrine-behaviour. If you want to receive updates, please replace the package cloudstek/doctrine-behaviour with mdeboer/doctrine-behaviour and replace all usages of the namespace Cloudstek\DoctrineBehaviour with mdeboer\DoctrineBehaviour. Version v3.0.0 is API compatible with v2.1.0.

Requirements

  • PHP 8.1+
  • Doctrine ORM 2
  • intl extension

Installation

$ composer require cloudstek/doctrine-behaviour

Running tests

$ composer run-script test

Documentation

Please see the docs folder for available behaviours and their documentation.

License

MIT

Changelog

See CHANGELOG