PHPackages                             dframe/activitylog - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dframe/activitylog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

dframe/activitylog
==================

user, system activity log

v0.2.0(7y ago)5411MITPHPPHP &gt;=7.0

Since May 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/dframe/activityLog)[ Packagist](https://packagist.org/packages/dframe/activitylog)[ Docs](https://dframeframework.com)[ RSS](/packages/dframe-activitylog/feed)WikiDiscussions master Synced 2d ago

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

Dframe/ActivityLog
==================

[](#dframeactivitylog)

[![Latest Stable Version](https://camo.githubusercontent.com/9fbfadff2206f81f44d5eb04518a90772b02c68039f2aa146364b415399c8207/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f61637469766974796c6f672f762f737461626c65)](https://packagist.org/packages/dframe/activitylog)[![Latest Unstable Version](https://camo.githubusercontent.com/cd645b51c46659b6406cef506e836f1731b789ed516ab110bc80bc453801ec52/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f646672616d652f762f756e737461626c65)](https://packagist.org/packages/dframe/activitylog)[![License](https://camo.githubusercontent.com/cb8e43d055b4d85c6f2f9bfeb124dab013b6e74f429deddb57c12047409fe69b/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f646672616d652f6c6963656e7365)](https://packagist.org/packages/dframe/dframe)

**Documentation available at** [https://dframeframework.com](https://dframeframework.com/en/page/index)

Language [Polish](https://dframeframework.com/en/page/docs) | [English](https://dframeframework.com/en/page/docs)

### Installation Composer

[](#installation-composer)

```
$ composer require dframe/activitylog
```

PSR-3 Adapter

```
use Dframe\ActivityLog\Activity;
use Dframe\ActivityLog\Demo\Drivers\PSR3FileLog;
use Dframe\ActivityLog\Helper\Psr3Adapter;
use Psr\Log\LogLevel;

require_once __DIR__ . '/../../vendor/autoload.php';

$log = new Activity(new PSR3FileLog());

$logger = new Psr3Adapter($log, 'System', \Dframe\ActivityLog\Entity\PSR3::class);
$logger->log(LogLevel::ERROR, 'This is {error}', ['error' => 'error #500']);
```

Standard Usage

```
use Dframe\ActivityLog\Activity;
use Dframe\ActivityLog\Demo\Drivers\FileLog;

require_once __DIR__ . '/../../vendor/autoload.php';

$log = (new Activity(new FileLog()));
$log->log('Hello Word!')->entity(\Dframe\ActivityLog\Demo\Entity\Action::class)->push();
```

Display Logs

```
$log->logs();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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 ~52 days

Total

3

Last Release

2853d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9001348?v=4)[Sławomir Kaleta](/maintainers/dusta)[@dusta](https://github.com/dusta)

---

Top Contributors

[![dusta](https://avatars.githubusercontent.com/u/9001348?v=4)](https://github.com/dusta "dusta (51 commits)")

---

Tags

activityloglogslogsystempsr3loglogsdframelogsystemactivitylogs

### Embed Badge

![Health badge](/badges/dframe-activitylog/health.svg)

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

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k247.1M330](/packages/sentry-sentry)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[illuminate/log

The Illuminate Log package.

6225.3M615](/packages/illuminate-log)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[nelmio/js-logger-bundle

Adds logging of JS errors in your Symfony application

1791.3M](/packages/nelmio-js-logger-bundle)

PHPackages © 2026

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