PHPackages                             homeapp/audit - 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. homeapp/audit

ActiveProject

homeapp/audit
=============

Audit package for saving user activity

3.1.2(2y ago)07.2k[1 issues](https://github.com/homeappcorporate/audit/issues)proprietaryPHP

Since Jun 11Pushed 2y ago7 watchersCompare

[ Source](https://github.com/homeappcorporate/audit)[ Packagist](https://packagist.org/packages/homeapp/audit)[ RSS](/packages/homeapp-audit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (16)Used By (0)

Audit package for tracking entity changes
=========================================

[](#audit-package-for-tracking-entity-changes)

To install
----------

[](#to-install)

1. `composer require homeapp/audit`
2. `bin/console doctrine:migrations:diff`
3. Отредактируйте миграцию и запустите.
4. Создать сервис который имплементирует интервейс ActorInfoFetcherInterface и зарегестировать его.

```
 Homeapp\AuditBundle\ActorInfoFetcherInterface: '@App\Audit\ActorInfoFetcher'

```

PS: есть баг нужно добавить такой хак в service\_test.yml

```
App\Audit\ActorInfoFetcher:
 autowire: true
 arguments:
   - '@test.service_container' #https://github.com/Codeception/module-symfony/issues/34

```

5. Сконфигурировать Auditable класc. Передав в аргумент classMap список entity которые нужно трекать

```
 Homeapp\AuditBundle\Auditable:
     arguments:
         $classMap:
             - App\Entity\UserRole

```

TODO
----

[](#todo)

1. Write instruction
2. Refactor migrations

For development
===============

[](#for-development)

To fix code style issues
------------------------

[](#to-fix-code-style-issues)

`vendor/bin/php-cs-fixer fix`

To run test
-----------

[](#to-run-test)

`vendor/bin/phpunit`

To run static analizer
----------------------

[](#to-run-static-analizer)

`vendor/bin/psalm --no-cache`

TODO
====

[](#todo-1)

1. Remove minimum-stability: dev when [BackwardCompatibilityCheck](https://github.com/Roave/BackwardCompatibilityCheck)will be released 5.1 version

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.4% 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 ~60 days

Recently: every ~167 days

Total

14

Last Release

1013d ago

Major Versions

0.0.0 → 1.0.02021-06-11

1.0.0 → 2.0.02021-06-16

2.0.1 → 3.0.02021-06-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20613430?v=4)[Max Ageev](/maintainers/Legion112)[@Legion112](https://github.com/Legion112)

---

Top Contributors

[![Legion112](https://avatars.githubusercontent.com/u/20613430?v=4)](https://github.com/Legion112 "Legion112 (42 commits)")[![tehdeel](https://avatars.githubusercontent.com/u/1762826?v=4)](https://github.com/tehdeel "tehdeel (4 commits)")[![OlgaKrasheninnikova](https://avatars.githubusercontent.com/u/1344671?v=4)](https://github.com/OlgaKrasheninnikova "OlgaKrasheninnikova (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/homeapp-audit/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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