PHPackages                             misaf/vendra-activity-log - 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. misaf/vendra-activity-log

ActiveVendra-module[Logging &amp; Monitoring](/categories/logging)

misaf/vendra-activity-log
=========================

Activity log auditing and Filament log management for Vendra

v1.10.0(2w ago)1111MITPHPPHP ^8.3CI failing

Since Jul 10Pushed 3w agoCompare

[ Source](https://github.com/misaf/vendra-activity-log)[ Packagist](https://packagist.org/packages/misaf/vendra-activity-log)[ Docs](https://github.com/misaf/vendra-activity-log)[ RSS](/packages/misaf-vendra-activity-log/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelog (10)Dependencies (58)Versions (28)Used By (1)

Vendra Activity Log
===================

[](#vendra-activity-log)

Tenant-aware activity logging for Vendra applications.

Features
--------

[](#features)

- Tenant-scoped activity logs
- Filament resource and widget on the `admin` panel
- Translation and migration publishing support
- Tenant-aware permission policy seeding

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 13
- Filament 5
- Livewire 4
- Pest 4
- Tailwind CSS 4
- `awcodes/filament-badgeable-column`
- `misaf/filament-jalali`
- `misaf/vendra-support`
- `spatie/laravel-activitylog`

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

[](#installation)

```
composer require misaf/vendra-activity-log
php artisan vendor:publish --tag=activitylog-migrations
php artisan vendor:publish --tag=vendra-activity-log-migrations
php artisan migrate
```

Set the activity model in `config/activitylog.php`:

```
'activity_model' => \Misaf\VendraActivityLog\Models\ActivityLog::class,
```

Optional translations publish:

```
php artisan vendor:publish --tag=vendra-activity-log-translations
```

Permissions
-----------

[](#permissions)

Seed activity log permissions for a tenant by ID or slug:

```
php artisan vendra-activity-log:seed {tenant} permissions
```

To run every activity log seeder:

```
php artisan vendra-activity-log:seed {tenant} all
```

Usage
-----

[](#usage)

Use Spatie activity logging as usual:

```
activity()
    ->causedBy(auth()->user())
    ->performedOn($model)
    ->withProperties(['key' => 'value'])
    ->log('Did something');
```

In Filament, logs are available on the `admin` panel.

Testing
-------

[](#testing)

Run the package checks from the package directory:

```
composer test
composer analyse
```

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance95

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.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 ~1 days

Total

24

Last Release

18d ago

Major Versions

0.2.0 → v1.0.02026-07-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/41fd7351d25e29dafa18068d0418eecf6bb47a7473aabe6bc674b4ca35e71805?d=identicon)[misaf](/maintainers/misaf)

---

Top Contributors

[![misaf](https://avatars.githubusercontent.com/u/8195685?v=4)](https://github.com/misaf "misaf (84 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

loglaravelactivityfilamentphpmisafvendra

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/misaf-vendra-activity-log/health.svg)

```
[![Health](https://phpackages.com/badges/misaf-vendra-activity-log/health.svg)](https://phpackages.com/packages/misaf-vendra-activity-log)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2324.4k1](/packages/mradder-filament-logger)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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