mdeboer/doctrine-behaviour

不同实体行为(时间戳等)的库

v4.1.1 2024-04-15 10:22 UTC

This package is auto-updated.

Last update: 2024-09-15 11:06:24 UTC


README

Build Status issues license dependencies downloads

不同Doctrine实体行为(时间戳,可过期等)的库

需求

  • PHP 8.1+
  • Doctrine ORM 2
  • intl 扩展

安装

$ composer require mdeboer/doctrine-behaviour

运行测试

$ vendor/bin/phpunit

行为

  • 时间戳 - 用于自动为实体添加时间戳(创建时间,更新时间)
  • 软删除 - 用于软删除实体
  • 可过期 - 用于具有过期日期的实体
  • 可翻译 - 用于(部分)可翻译的实体

许可证

MIT

变更日志

查看 CHANGELOG