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 2mo 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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

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

2735d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b63a5315d5642bc57ae6cd82eac212e06b3b94b8494e46ad882afb07853b9e7?d=identicon)[alisson-nascimento](/maintainers/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

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

40676.6k31](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

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

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)[cakedc/enum

Enumeration list Plugin for CakePHP 5

30222.5k2](/packages/cakedc-enum)[josegonzalez/cakephp-environments

CakePHP plugin to handle environments-level configuration

4785.9k](/packages/josegonzalez-cakephp-environments)

PHPackages © 2026

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