2017 © Pedro Peláez
 

cakephp-plugin cakephp-blame

CakePHP plugin to update created_by and modified_by fields

image

ceeram/cakephp-blame

CakePHP plugin to update created_by and modified_by fields

  • Monday, May 2, 2016
  • by Ceeram
  • Repository
  • 5 Watchers
  • 27 Stars
  • 4,451 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 4 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Blame

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

CakePHP 3.0 plugin to update created_by and modified_by fields., (*2)

Abandoned

This package is abandoned and no longer maintained. The author suggests using the muffin/footprint package instead., (*3)

Installation

Add the following lines to your application's composer.json:, (*4)

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

followed by the command:, (*5)

composer update, (*6)

Or run the following command directly without changing your composer.json:, (*7)

composer require ceeram/cakephp-blame:~1.0, (*8)

Usage

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

Configuration

Add the following line to your AppController:, (*10)

    use \Ceeram\Blame\Controller\BlameTrait;

Add the following inside your AppController Class, (*11)

class AppController extends Controller
{
    use BlameTrait;
}

Attach the behavior in the models you want with:, (*12)

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

The Versions

02/05 2016

dev-master

9999999-dev

CakePHP plugin to update created_by and modified_by fields

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Ceeram

28/03 2015

1.0.1

1.0.1.0

CakePHP plugin to update created_by and modified_by fields

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Ceeram

28/03 2015

1.0

1.0.0.0

CakePHP plugin to update created_by and modified_by fields

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Ceeram

29/09 2014

0.3

0.3.0.0

CakePHP plugin to update created_by and modified_by fields

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Ceeram

19/09 2014

0.2

0.2.0.0

CakePHP plugin to update created_by and modified_by fields

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Ceeram

16/09 2014

0.1

0.1.0.0

CakePHP plugin to update created_by and modified_by fields

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Ceeram