Libraries tagged by model changes
jeevanjoshi/laravel-audit-trail
6 Downloads
Automatic model change tracking with revert capability for Laravel
ghonaim/filament-audit-logger
1 Downloads
Production-ready audit & activity logger plugin for FilamentPHP v3 — tracks Eloquent model changes and admin panel user activity.
fouadfawzi/history-logger
5 Downloads
Track model changes and keep full JSON snapshots in a history table.
eudu4rdo/laravelauditforge
4 Downloads
A Laravel package for auditing model changes.
charlgottschalk/laravel-aware
20 Downloads
A simple auditing package to keep track of your Eloquent model changes
brachiosx/laravel-audit-logger
6 Downloads
Provide application in auditing model changes.
boralp/laravel-auditable
43 Downloads
A lightweight Laravel package to track model changes with IP (binary), deduplicated user agents, and created_by/updated_by auto-fill. Includes export, cleanup, and API endpoints for easy audit history access.
abdel-rhman/audit-trail
0 Downloads
A simple Audit Trail package for Laravel to log model changes.
jgrossi/laravel-mutable
23 Downloads
Change model attributes values easily
carono/yii2-attribute-behavior
17 Downloads
Yii2 behavior that triggers custom events when specific model attributes change. Provides flexible attribute-level event handling for ActiveRecord models with onChange{Attribute} and onInsert{Attribute} method patterns.
sdas/changelog
27 Downloads
Log any change in model
mikibuilder/llm-vcr
10 Downloads
Semantic record & replay for AI features in PHP. Record real LLM responses, replay them in CI with no network and no API key, and detect when your provider silently changes the model.
masanchez/watchdog
20 Downloads
Watchdog is a logging plugin for CakePHP 3.x. The behavior tracks changes on models.
wcg-package/eloquent-event-logger
12 Downloads
Eloquent Event Logger is a logging tool for Laravel's Eloquent ORM. It's designed to automatically record and log events for Laravel Eloquent model's operations such as creation, updates and deletions. Detailed event logs help facilitate debugging and keep track of changes made to models over time. It's a tool for monitoring your application's data layer, ensuring data integrity, and aiding in development.
stingraydevelopment/revisionable
136 Downloads
This package tracks changes to Laravel models.