cloudstek / doctrine-behaviour
Library of different entity behaviours (timestampable etc.)
Installs: 1 264
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-intl: *
- doctrine/orm: ^2.11
- nesbot/carbon: ^2.58
Requires (Dev)
- phpunit/phpunit: ^10.1
- symfony/cache: ^5.4|^6.1
README
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
withmdeboer/doctrine-behaviour
and replace all usages of the namespaceCloudstek\DoctrineBehaviour
withmdeboer\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