Libraries tagged by eloquent observer
owen-it/laravel-auditing
38239946 Downloads
Audit changes of your Eloquent models in Laravel
stayallive/laravel-eloquent-observable
59705 Downloads
Register Eloquent model event listeners just-in-time directly from the model.
zachflower/ignorable-observers
337964 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
alexstewartja/laravel-attribute-observer
87128 Downloads
Observe (and react to) attribute changes made on Eloquent models.
rajmundtoth0/laravel-auditing-elasticsearch-driver
101200 Downloads
An Elasticsearch driver for the owen-it/laravel-auditing package.
iconscout/laravel-auditing-elasticsearch
11933 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
siabit/laravel-auditing-elasticsearch
10403 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
ascend/laravel-column-watcher
1032 Downloads
Watch and react to Eloquent model column changes with PHP 8 attributes. Trigger handlers when specific columns are modified, with support for queued handlers, before/after save timing, and built-in infinite loop protection. Think observers, but column specific!
carlosdev/model-change-logger
29 Downloads
Laravel package to log create, update, and delete events in Eloquent models with JSON snapshots and user attribution.
zuqongtech/laravel-anvil
36 Downloads
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
skylence/laravel-model-inspector-mcp
785 Downloads
MCP server for Laravel model introspection — relationships, attributes, scopes, observers, and database schema
ethical-jobs/laravel-auditing
21851 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
curly-deni/laravel-permission-controller
162 Downloads
A Laravel package that observes model events and automatically enforces create, update, and delete permissions based on policies.
betapeak/laravel-auditing-filesystem
6526 Downloads
A filesystem driver for the owen-it/laravel-auditing package. Allows storage of the audits in CSV files, across all registered Laravel disks.
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class