PHPackages                             yapro/history-data - 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. yapro/history-data

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yapro/history-data
==================

v1.0.1(3y ago)0999PHPPHP &gt;=7.4.0

Since Aug 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yapro/history-data)[ Packagist](https://packagist.org/packages/yapro/history-data)[ RSS](/packages/yapro-history-data/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

yapro/history-data
==================

[](#yaprohistory-data)

Run tests:

```
vendor/bin/phpunit tests/Functional/
```

How to configure Symfony
------------------------

[](#how-to-configure-symfony)

Add to config/services.yaml

```
    YaPro\Helper\:
      resource: '../vendor/yapro/helpers/src/*'

    YaPro\HistoryData\:
        resource: '../vendor/yapro/history-data/src/*'

    yapro.pdo.sqlite:
      class: YaPro\HistoryData\HistoryDataManager
      factory: ['YaPro\HistoryData\HistoryDataManager', 'getPdo']
      arguments: ['%env(FILE_PATH_TO_SQLITE_DB)%',]

    YaPro\HistoryData\HistoryDataManager:
      arguments: ['@yapro.pdo.sqlite',]
```

File [mydb.sq3](mydb.sq3) is ready for use.

But, if you want to have own sqlite db - make it:

```
sudo apt install sqlite3
sqlite3 mydb.sq3
```

Tip:

And make the table in sqlite db:

```
create table history_data
(
    createdAt INTEGER default CURRENT_TIMESTAMP not null,
    ipAddress TEXT not null,
    userAgent TEXT not null,
    operationName TEXT not null,
    entityName TEXT not null,
    entityId TEXT not null,
    jsonData TEXT not null
);

```

And don`t forgеt, almost every sqlite table has a hidden AUTOINCREMENT column [rowid](https://www.sqlite.org/autoinc.html):

```
SELECT rowid, * FROM history_data

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1381d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yapro-history-data/health.svg)

```
[![Health](https://phpackages.com/badges/yapro-history-data/health.svg)](https://phpackages.com/packages/yapro-history-data)
```

###  Alternatives

[adrhumphreys/silverstripe-textdropdownfield

A text field combined with a dropdown field.

106.1k](/packages/adrhumphreys-silverstripe-textdropdownfield)

PHPackages © 2026

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