PHPackages                             tomatophp/tomato-user-activities - 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. tomatophp/tomato-user-activities

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

tomatophp/tomato-user-activities
================================

Advanced logger to save user activities from requests

v1.0.3(2y ago)0114MITPHP ^8.1|^8.2

Since Dec 27Compare

[ Source](https://github.com/tomatophp/tomato-user-activities)[ Packagist](https://packagist.org/packages/tomatophp/tomato-user-activities)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/tomatophp-tomato-user-activities/feed)WikiDiscussions Synced 2d ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

[![Screenshot](https://github.com/tomatophp/tomato-user-activities/raw/master/art/screenshot.png)](https://github.com/tomatophp/tomato-user-activities/blob/master/art/screenshot.png)

Tomato User Activities
======================

[](#tomato-user-activities)

Advanced logger is a laravel package used to automatically log every request made to you laravel application. Each request is also identified by hash, which can be used in standard log to identify the request.

This package has been inspired by package  from Anderson Andrade.

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

[](#installation)

```
composer require tomatophp/tomato-user-activities
```

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

[](#configuration)

All options are described in `config/tomato-user-activities.php`.

Using request hash in standard log file in Laravel 5.7
------------------------------------------------------

[](#using-request-hash-in-standard-log-file-in-laravel-57)

If you would like to have request identifier in you standard log, to match log events with request you could add to `config/logging.php`

```
'tap' => [TomatoPHP\TomatoUserActivities\LogCustomizers\HashLogCustomizer::class],
```

to `daily` channel. The resulted code should looks like

```
    'channels' => [
        ...

        'daily' => [
            'driver' => 'daily',
            'path' => storage_path('logs/laravel.log'),
            'level' => 'debug',
            'days' => 14,
            'tap' => [TomatoPHP\TomatoUserActivities\LogCustomizers\HashLogCustomizer::class],
        ],

        ...
    ],
```

This log modifier can be used also in other channels, however it uses extended `LineFormatter`.

Support
-------

[](#support)

you can join our discord server to get support [TomatoPHP](https://discord.gg/VZc8nBJ3ZU)

Docs
----

[](#docs)

you can check docs of this package on [Docs](https://docs.tomatophp.com/plugins/tomato-user-activities)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Fady Mondy](https://github.com/3x1io)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Recently: every ~31 days

Total

6

Last Release

797d ago

Major Versions

v0.0.2 → v1.0.02023-12-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

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

---

Tags

loggerrequest loggertomatophpuser-loguser activities

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tomatophp-tomato-user-activities/health.svg)

```
[![Health](https://phpackages.com/badges/tomatophp-tomato-user-activities/health.svg)](https://phpackages.com/packages/tomatophp-tomato-user-activities)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[illuminate/log

The Illuminate Log package.

6225.3M625](/packages/illuminate-log)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)

PHPackages © 2026

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