PHPackages                             albertborsos/yii2-historizer - 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. albertborsos/yii2-historizer

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

albertborsos/yii2-historizer
============================

Yii2 Model Historizer Extension

1.1.1(11y ago)03131BSD-3-ClausePHP

Since Aug 25Pushed 11y ago2 watchersCompare

[ Source](https://github.com/albertborsos/yii2-historizer)[ Packagist](https://packagist.org/packages/albertborsos/yii2-historizer)[ RSS](/packages/albertborsos-yii2-historizer/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (1)

Yii2 Historizer
===============

[](#yii2-historizer)

Yii2 Model Historizer Extension

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist albertborsos/yii2-historizer "*"

```

or add

```
"albertborsos/yii2-historizer": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```

```

Init
----

[](#init)

```
CREATE TABLE IF NOT EXISTS `ext_historizer_archives` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `model_class` varchar(512) NOT NULL,
  `model_id` int(11) NOT NULL,
  `model_attributes` text NOT NULL,
  `created_at` INT NOT NULL,
  `created_user` INT NOT NULL,
  `updated_at` INT NOT NULL,
  `updated_user` INT NOT NULL,
  `status` varchar(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~44 days

Recently: every ~25 days

Total

6

Last Release

4107d ago

### Community

Maintainers

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

---

Top Contributors

[![albertborsos](https://avatars.githubusercontent.com/u/7307145?v=4)](https://github.com/albertborsos "albertborsos (6 commits)")

---

Tags

modelyii2extensionhistorizer

### Embed Badge

![Health badge](/badges/albertborsos-yii2-historizer/health.svg)

```
[![Health](https://phpackages.com/badges/albertborsos-yii2-historizer/health.svg)](https://phpackages.com/packages/albertborsos-yii2-historizer)
```

###  Alternatives

[vyants/yii2-daemon

Extension provides functionality for simple daemons creation and control

7760.4k](/packages/vyants-yii2-daemon)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1359.3k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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