Libraries tagged by events log
abdulbaset/activity-tracker
14 Downloads
A comprehensive activity Tracker for Laravel projects.
widoz/hooks-collection
143 Downloads
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
techlify/simple-inventory
13 Downloads
A Module with that providers event logging for Laravel Models
techlify/asset-management
15 Downloads
A Module with that providers event logging for Laravel Models
maxic/laravel-dle-auth
14 Downloads
Laravel DLE auth driver, with events [login,logout] on remote site
invoicetronic/php-sdk
0 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
webvariants/eventlog
13 Downloads
AddOn for SallyCMS to log events
larahawk/watcher
97 Downloads
Listen for Laravel exceptions and log events then report them back to a Larahawk account
markei/wordpress-security-protection
455 Downloads
Security & protection improvements: login event history, prevent login brute force, hide backend, update status API
lch/breadcrumb-bundle
461 Downloads
Provide event-oriented logic to normalize breadcrumbs, and RFDa/microdata minimal presentation
xbnz/laravel-auditable-users
3 Downloads
Event-sourced user login, registration, password resets
terah/fluent-pdo-model
271 Downloads
FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.
red-circle/console-process-manager-bundle
54 Downloads
Provides a way to logging all console events
makinacorpus/corebus
5166 Downloads
Command and event buses interface and logic.
kettasoft/booter
17 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.