Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 1.69 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.69 KB

Cloudstek Doctrine Behaviour

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