PHPackages                             oxenti/historic - 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. [Framework](/categories/framework)
4. /
5. oxenti/historic

ActiveCakephp-plugin[Framework](/categories/framework)

oxenti/historic
===============

Historic Behavior for CakePHP

016PHP

Since Oct 30Pushed 10y ago4 watchersCompare

[ Source](https://github.com/oxenti/Historic)[ Packagist](https://packagist.org/packages/oxenti/historic)[ RSS](/packages/oxenti-historic/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Historic Behavior for cakephp
=============================

[](#historic-behavior-for-cakephp)

This add Behavior de historic for table

Requirements
------------

[](#requirements)

- CakePHP 3.0+

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

[](#installation)

You can install this behavior into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require oxenti/historic
```

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

[](#configuration)

In your app's `config/bootstrap.php` add:

```
// In config/bootstrap.php
Plugin::load('Historic');
```

or using cake's console:

```
./bin/cake plugin load Historic
```

On your app's,model add the Histotic Behevior in initialize method:

```
    ...
     $this->addBehavior('Historic.Historic'[
        'class' => 'Historic`s table'
        'fields' => ['fields']//fields that should be saved on historic table
    ]);
    ...
```

### Configuration files \[optional\]

[](#configuration-files-optional)

Move the 'address.php' config file from the plugin's config folder to your app's config folder.

On your app's 'bootstrap.php' add the address configuration file:

```
    ...
    try {
	    Configure::config('default', new PhpConfig());
	    Configure::load('app', 'default', false);
	} catch (\Exception $e) {
	    die($e->getMessage() . "\n");
	}

	Configure::load('historic', 'default');
    ...
```

### Warning

[](#warning)

Historic's table require field is\_active tyniInt(1).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8249708?v=4)[Oxenti Soluções em Tecnologia da Informação](/maintainers/oxenti)[@oxenti](https://github.com/oxenti)

---

Top Contributors

[![rackiduck](https://avatars.githubusercontent.com/u/12211196?v=4)](https://github.com/rackiduck "rackiduck (7 commits)")

### Embed Badge

![Health badge](/badges/oxenti-historic/health.svg)

```
[![Health](https://phpackages.com/badges/oxenti-historic/health.svg)](https://phpackages.com/packages/oxenti-historic)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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