PHPackages                             ibrahimbougaoua/filament-trace - 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. ibrahimbougaoua/filament-trace

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

ibrahimbougaoua/filament-trace
==============================

A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.

v1.0.0(2y ago)171[1 issues](https://github.com/ibrahimBougaoua/filament-trace/issues)[2 PRs](https://github.com/ibrahimBougaoua/filament-trace/pulls)MITPHPPHP ^8.1

Since Jul 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ibrahimBougaoua/filament-trace)[ Packagist](https://packagist.org/packages/ibrahimbougaoua/filament-trace)[ Docs](https://github.com/ibrahimbougaoua/filament-trace)[ RSS](/packages/ibrahimbougaoua-filament-trace/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (15)Versions (7)Used By (0)

Filament Trace
==============

[](#filament-trace)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6385dc682576845535ac17d39033d7df17f8f77f48e5aa5d16bbcdfd93caf6b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962726168696d626f7567616f75612f66696c616d656e742d74726163652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filament-trace)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a6f13ab4175d88be67fc92267eb32aa2ab5fa97c2f8e9de2ce3674b9980345db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c616d656e742d74726163652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filament-trace/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6a9ca518110204c686421cbbb011450ec24ce4bbfde4b4db619f170ee6da3709/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c616d656e742d74726163652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filament-trace/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8932b98fc4db1e6784fba018355b3a7f43359340f286e938be2a9d3dee203ed7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6962726168696d626f7567616f75612f66696c616d656e742d74726163652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filament-trace)

A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.

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

[](#installation)

You can install the package via composer:

```
composer require ibrahimbougaoua/filament-trace
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-trace-migrations"
php artisan migrate
```

Installation with:

```
php artisan filament-trace-install
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-trace-config"
```

You can Truncate the trace or logger with :

```
php artisan filament-logger-truncate
php artisan filament-trace-truncate
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-trace-views"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ibrahim](https://github.com/ibrahimBougaoua)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance6

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~12 days

Total

4

Last Release

1056d ago

Major Versions

v0.0.1-alpha → v1.0.0-beta2023-07-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/42cb517e994883d2bfba50af94449dd4e4348c8423516e71c1bfa4738e083df9?d=identicon)[ibrahim.bougaoua](/maintainers/ibrahim.bougaoua)

---

Top Contributors

[![ibrahimBougaoua](https://avatars.githubusercontent.com/u/41789518?v=4)](https://github.com/ibrahimBougaoua "ibrahimBougaoua (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelibrahimBougaouafilament-trace

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibrahimbougaoua-filament-trace/health.svg)

```
[![Health](https://phpackages.com/badges/ibrahimbougaoua-filament-trace/health.svg)](https://phpackages.com/packages/ibrahimbougaoua-filament-trace)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[tapp/filament-maillog

Filament plugin to view outgoing mail

3070.3k1](/packages/tapp-filament-maillog)

PHPackages © 2026

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