jeyroik / ihr-plugin-dates
There is no license information available for the latest version (0.1.0) of this package.
Repository plugin for 'I Have Repository' library for dates
0.1.0
2025-09-07 12:23 UTC
Requires
Requires (Dev)
- phpstan/phpstan: 0.*
- phpunit/phpunit: ^12
This package is auto-updated.
Last update: 2025-09-07 12:25:02 UTC
README
Repository plugin for the "I Have Repository" (ihr) library for dates.
This plugin make auto-set of created at
, updated at
and deleted at
fields.
usage
set env
- REPOSITORY__PLUGINS_FILE - set to path with plugins config
add plugin to the plugins config path:
<?php use jeyroik\components\repositories\plugins\RepoPluginDates; return [ RepoPluginDates::class => [], //... ];