jc-it/yii2-active-record-soft-delete

Yii2 Active Record - Soft delete

v1.0.2 2022-02-02 14:18 UTC

This package is auto-updated.

Last update: 2024-03-29 04:46:19 UTC


README

codecov Continous integration Packagist Total Downloads Packagist Monthly Downloads GitHub tag (latest by date) Packagist Version

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

Credits