Libraries tagged by eloquent model audit
grazulex/laravel-snapshot
82 Downloads
A powerful Laravel package for tracking, storing and comparing snapshots of your Eloquent models — cleanly and safely.
danielemontecchi/laravel-userstamps
538 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
66 Downloads
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.
rockerkk/revisionable-mongodb
19387 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel and mongoDB
famdirksen/revisionable
8357 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
softartisan/laravel-audit-events
39 Downloads
Tamper-evident audit trail for Laravel: automatic Eloquent model auditing, free-standing semantic events, an HMAC hash-chain integrity guarantee, and cold archiving for long-term compliance.
carlosdev/model-change-logger
20 Downloads
Laravel package to log create, update, and delete events in Eloquent models with JSON snapshots and user attribution.
richardhulbert/revisions-model
13 Downloads
Append-only, branch-aware revision models for Laravel Eloquent. Records are never updated in place - every change is a new row, so history is permanent and any revision can be rolled back.
beitsafe/laravel-uuid-auditing
12289 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
jeffersongoncalves/laravel-created-by
157 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
frengky/laravel-auditable
3 Downloads
Laravel Eloquent Model Auditing
softartisan/laravel-model-audits
381 Downloads
Tamper-evident audit trail for Laravel: automatic Eloquent model auditing, free-standing semantic events, an HMAC hash-chain integrity guarantee, and cold archiving for long-term compliance.
rembon/laravel-auditor
28 Downloads
Laravel Eloquent Model Auditor Without Getting Sweat
paresh27/model-auditor-laravel
3 Downloads
Laravel integration for paresh27/model-auditor — audit Eloquent model changes