PHPackages                             alisson-nascimento/cakephp-plugin-auditoria - 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. alisson-nascimento/cakephp-plugin-auditoria

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

alisson-nascimento/cakephp-plugin-auditoria
===========================================

Auditoria plugin for CakePHP

1.0.4(7y ago)060MITPHP

Since Nov 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/alisson-nascimento/cakephp-plugin-auditoria)[ Packagist](https://packagist.org/packages/alisson-nascimento/cakephp-plugin-auditoria)[ RSS](/packages/alisson-nascimento-cakephp-plugin-auditoria/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

CakePHP Plugin de Auditoria
===========================

[](#cakephp-plugin-de-auditoria)

Este plugin faz o papel de coletar as mudanças quando se faz alguma ação de persistencia no banco de dados

Instalação
----------

[](#instalação)

Você pode instalar usando o [composer](http://getcomposer.org).

```
composer require alisson-nascimento/cakephp-plugin-auditoria

```

### Habilitar Plugin

[](#habilitar-plugin)

```
$ bin/cake plugin load Auditoria

```

### Configurar Behavior

[](#configurar-behavior)

```
// src/Model/Table/ExampleTable.php

class ExampleTable extends Table
{
    /**
     * @param array $config
     *
     * @return void
     */
    public function initialize(array $config)
    {
        parent::initialize($config);

        // Add the behaviour to your table
        $this->addBehavior('Auditoria.Logger');
    }
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~2 days

Total

3

Last Release

2787d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5061388?v=4)[Alisson Nascimento](/maintainers/alisson-nascimento)[@alisson-nascimento](https://github.com/alisson-nascimento)

### Embed Badge

![Health badge](/badges/alisson-nascimento-cakephp-plugin-auditoria/health.svg)

```
[![Health](https://phpackages.com/badges/alisson-nascimento-cakephp-plugin-auditoria/health.svg)](https://phpackages.com/packages/alisson-nascimento-cakephp-plugin-auditoria)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k46](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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