PHPackages                             jc-it/yii2-blameable-behavior - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jc-it/yii2-blameable-behavior

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jc-it/yii2-blameable-behavior
=============================

Blameable behavior for Yii2 that includes deleted by.

v1.0.0(7y ago)08401MITPHPPHP &gt;=7.1.0

Since Jun 10Pushed 7y agoCompare

[ Source](https://github.com/JC-IT/yii2-blameable-behavior)[ Packagist](https://packagist.org/packages/jc-it/yii2-blameable-behavior)[ RSS](/packages/jc-it-yii2-blameable-behavior/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Blameable behavior for Yii2
===========================

[](#blameable-behavior-for-yii2)

This extension provides a package that extends the [Blameable behavior](https://www.yiiframework.com/doc/api/2.0/yii-behaviors-blameablebehavior) with a `deleted_by` field.

```
$ composer require jc-it/yii2-blameable-behavior
```

or add

```
"jc-it/yii2-blameable-behavior": "^"

```

to the `require` section of your `composer.json` file.

Configuration
-------------

[](#configuration)

In a model:

```
/**
 * @return array
 */
public function behaviors(): array
{
    return ArrayHelper::merge(
        parent::behaviors(),
        [
            BlameableBehavior::class => [
                'class' => BlameableBehavior::class
            ],
        ]
    );
}
```

For more detailed configuration, see [Blameable behavior](https://www.yiiframework.com/doc/api/2.0/yii-behaviors-blameablebehavior).

Credits
-------

[](#credits)

- [Joey Claessen](https://github.com/joester89)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](https://github.com/jc-it/yii2-blameable-behavior/blob/master/LICENSE) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88359ebe0456645a614e563dfbf0dd025b69ef57221050cb9eb31e3eef4dd0f9?d=identicon)[joester89](/maintainers/joester89)

---

Top Contributors

[![joester89](https://avatars.githubusercontent.com/u/9624366?v=4)](https://github.com/joester89 "joester89 (2 commits)")

### Embed Badge

![Health badge](/badges/jc-it-yii2-blameable-behavior/health.svg)

```
[![Health](https://phpackages.com/badges/jc-it-yii2-blameable-behavior/health.svg)](https://phpackages.com/packages/jc-it-yii2-blameable-behavior)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
