nard-laravel
by sadeim
Zero-config activity tracking for Laravel apps. Automatically tracks HTTP requests, auth events, model changes, and queue jobs. Powered by Nard Agent (https://nard.sadeim.com).
symflow-laravel
by vandetho
A Symfony-compatible workflow engine for Laravel. State machines, Petri nets, guards, events, validation, weighted arcs, middleware, and YAML/JSON/PHP import/export.
laravel-outbox
by dnakitare
Transactional outbox pattern for Laravel — events and jobs persisted atomically with your business writes, then replayed reliably with backoff and dead-letter.
laravel-hooks
by ahmedebead
A standalone, framework-agnostic hook system for Laravel applications. Attach lifecycle callbacks (before/after/error) to any service method with sync, queued, delayed, batched, and conditional execution strategies.
laravel-n8n
by shelfwood
Tag-based n8n webhook integration for Laravel — fire events, auto-dispatch to matching n8n workflows
laravel-atlas
by fr3on
A browsable, searchable map of your entire Laravel application — routes, jobs, events, commands, and schedules in one place.
laravel-laravel-symphony-bridge
Symphony event bridge for Laravel applications. Provides seamless event dispatching and listening across service boundaries.
laravel-audit-base
by gesmuni
Core domain model and contracts for Gesmuni Audit - 5W event model, interfaces, and value objects for auditable event logging.
laravel-event-lens
by gladehq
Deep observability for Laravel Events and Listeners with execution tracing and waterfall visualization.
laravel-column-watcher
by ascend
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!
laravel-observer-pipeline
by jacobhyde
Explicit, ordered, and testable pipelines for Laravel Eloquent model events.
laravel-webhook-manager
by ayodvr
A reusable package for Laravel that allows developers to receive, process, and manage incoming webhooks reliably.
laravel-job-tracker
by leadsdoit
A Laravel package to monitor jobs by groups, track their execution status, and dispatch events on group start and completion.
laravel-batch-dispatcher
by timmylindh
Batch Laravel queued jobs and queued event listeners into a single queued job dispatched at the end of the request.
laravel-ses-event-manager
A Laravel package to manage incoming SES email events with http/s webhooks.
laravel-webhook-owlery
A professional-grade webhook management system for Laravel applications
laravel-aws-sns-listener
by sinemacula
Laravel package to handle AWS SNS notifications with seamless integration and event-driven architecture
event-backbone-laravel
by vmorozov
Laravel package for convenient usage of Event Driven Microservices communication using Event Backbone (Apache Kafka).
laravel-ses-event-manager
by akhan619
A Laravel package to manage incoming SES email events with http/s webhooks.
laravel-domain-events-messaging
by letsgoi
Package to publish/consume domain events messages from Laravel apps