mof / timestampable-bundle
Symfony 扩展包,用于自动处理 Doctrine 实体属性的创建和更新日期
v1.0
2019-07-20 11:43 UTC
Requires
- php: ^7.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- mof/timestampable: ^2.0
- symfony/symfony: 3.4.*
This package is auto-updated.
Last update: 2024-09-14 16:18:47 UTC
README
此扩展包为 Symfony,允许您自动处理 Doctrine 实体属性的创建和更新日期。
您需要使用以下命令安装此扩展包: composer require mof/timestampable-bundle。
然后您就可以开始使用了,请阅读 Timestampable 库的使用文档,了解如何设置实体属性的处理器: https://github.com/RyanFarrah67/Timestampable#usage。