jc-it / yii2-active-record-soft-delete
Yii2 Active Record - Soft delete
Package info
github.com/JC-IT/yii2-active-record-soft-delete
pkg:composer/jc-it/yii2-active-record-soft-delete
v1.2.0
2026-01-28 18:27 UTC
Requires
- php: >=8.0
- yiisoft/yii2: ~2.0.42
Requires (Dev)
- captainhook/plugin-composer: ^5.3
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.2
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- ramsey/conventional-commits: ^1.3
- symfony/console: ^5.4.2
- symplify/easy-coding-standard: ^10.0
This package is auto-updated.
Last update: 2026-02-28 18:39:04 UTC
README
This extension provides Soft delete integration for the Active Record of Yii2 Framework.
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require jc-it/yii2-active-record-soft-delete
or add
"jc-it/yii2-active-record-soft-delete": "^<latest version>"
to the require section of your composer.json file.
TODO
- Add tests