PHPackages                             ceeram/cakephp-blame - 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. ceeram/cakephp-blame

Abandoned → [muffin/footprint](/?search=muffin%2Ffootprint)Cakephp-plugin[Utility &amp; Helpers](/categories/utility)

ceeram/cakephp-blame
====================

CakePHP plugin to update created\_by and modified\_by fields

1.0.1(11y ago)256.2k↓33.3%8[3 issues](https://github.com/ceeram/blame/issues)MITPHPPHP &gt;=5.4.0

Since Sep 16Pushed 10y ago4 watchersCompare

[ Source](https://github.com/ceeram/blame)[ Packagist](https://packagist.org/packages/ceeram/cakephp-blame)[ RSS](/packages/ceeram-cakephp-blame/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Blame
=====

[](#blame)

[![Build Status](https://camo.githubusercontent.com/30480466ea5c85b944df5b45e39a71545216ec64e282f73041faf56853341305/68747470733a2f2f6170692e7472617669732d63692e6f72672f63656572616d2f626c616d652e706e67)](https://travis-ci.org/ceeram/blame)[![Latest Stable Version](https://camo.githubusercontent.com/7a1f8849b4befde7791d6ef7f41749dd4c735ffbf665832cd1ecef014a8c6bb1/68747470733a2f2f706f7365722e707567782e6f72672f63656572616d2f63616b657068702d626c616d652f762f737461626c652e737667)](https://packagist.org/packages/ceeram/cakephp-blame)[![Total Downloads](https://camo.githubusercontent.com/526b727872e23319f1ce1542b5d26c39d998182b5ccba392167c378972475a22/68747470733a2f2f706f7365722e707567782e6f72672f63656572616d2f63616b657068702d626c616d652f646f776e6c6f6164732e737667)](https://packagist.org/packages/ceeram/cakephp-blame)[![Latest Unstable Version](https://camo.githubusercontent.com/50c8e944aea4a7a54991e500fccb773de1c543f4e019052a02e9ee6ed56eb215/68747470733a2f2f706f7365722e707567782e6f72672f63656572616d2f63616b657068702d626c616d652f762f756e737461626c652e737667)](https://packagist.org/packages/ceeram/cakephp-blame)[![License](https://camo.githubusercontent.com/db557e4d2e18047976b4abc77fc358107d044d7db5a1f351d15e93620e05a210/68747470733a2f2f706f7365722e707567782e6f72672f63656572616d2f63616b657068702d626c616d652f6c6963656e73652e737667)](https://packagist.org/packages/ceeram/cakephp-blame)

CakePHP 3.0 plugin to update `created_by` and `modified_by` fields.

Abandoned
=========

[](#abandoned)

This package is abandoned and no longer maintained. The author suggests using the [muffin/footprint](https://github.com/usemuffin/footprint) package instead.

Installation
------------

[](#installation)

Add the following lines to your application's `composer.json`:

```
    "require": {
        "ceeram/cakephp-blame": "~1.0"
    }

```

followed by the command:

`composer update`

Or run the following command directly without changing your `composer.json`:

`composer require ceeram/cakephp-blame:~1.0`

Usage
-----

[](#usage)

In your app's `config/bootstrap.php` add: `Plugin::load('Ceeram/Blame')`;

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

[](#configuration)

Add the following line to your AppController:

```
    use \Ceeram\Blame\Controller\BlameTrait;

```

Add the following inside your AppController Class

```
class AppController extends Controller
{
    use BlameTrait;
}

```

Attach the behavior in the models you want with:

```
    public function initialize(array $config) {
        $this->addBehavior('Ceeram/Blame.Blame');
    }

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83.8% 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

Every ~48 days

Total

5

Last Release

4070d ago

Major Versions

0.3 → 1.02015-03-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/dce8417c19d15346ceac180ea49567a3c7c7a1b88165e1f47d58796a13991eaf?d=identicon)[Ceeram](/maintainers/Ceeram)

---

Top Contributors

[![ceeram](https://avatars.githubusercontent.com/u/111448?v=4)](https://github.com/ceeram "ceeram (31 commits)")[![dakota](https://avatars.githubusercontent.com/u/83255?v=4)](https://github.com/dakota "dakota (2 commits)")[![josegonzalez](https://avatars.githubusercontent.com/u/65675?v=4)](https://github.com/josegonzalez "josegonzalez (1 commits)")[![justinatack](https://avatars.githubusercontent.com/u/6056502?v=4)](https://github.com/justinatack "justinatack (1 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (1 commits)")[![veganista](https://avatars.githubusercontent.com/u/405763?v=4)](https://github.com/veganista "veganista (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ceeram-cakephp-blame/health.svg)

```
[![Health](https://phpackages.com/badges/ceeram-cakephp-blame/health.svg)](https://phpackages.com/packages/ceeram-cakephp-blame)
```

###  Alternatives

[markstory/geshi

CakePHP plugin that integrates with Geshi Syntax highlighter.

252.3k1](/packages/markstory-geshi)

PHPackages © 2026

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