Libraries tagged by oatbox
coolms/core
104 Downloads
Kernel contracts for the CoolMS platform: entity vocabulary, persistence-neutral mapping attributes, domain events, config loading, outbox/inbox and the seams modules implement
hivesper/php-events
1308 Downloads
A lightweight, framework-agnostic event-driven library for PHP built around the transactional outbox pattern.
flowrise-hms/appointment
33 Downloads
Appointment scheduling module for FlowRise HMS providing staff-facing booking, rescheduling, cancellation, check-in, and no-show tracking. Includes waitlist queue management with priority scoring, recurring appointment support via iCalendar RRULE, and resilient sync via outbox pattern.
contempt/messaging
69 Downloads
Command, Query and Event buses, message envelopes, transports, outbox and inbox.
webrek/laravel-outbox
6 Downloads
Transactional outbox for Laravel: stage messages inside your database transaction and relay them reliably with retries and backoff.
tiny-blocks/outbox
41 Downloads
Write-side adapter for the Transactional Outbox pattern that persists domain events atomically with aggregate state through Doctrine DBAL.
tatter/outbox
8649 Downloads
Email toolkit for CodeIgniter 4
stboris/filament-outbox
35 Downloads
Configurable notification channels (Discord, Slack, Microsoft Teams, generic webhook) for Laravel, with a Filament v5 admin panel on top.
rasuvaeff/yii3-ab-testing-outbox
14 Downloads
Outbox producer for Yii3 A/B testing exposure and conversion events
gpalyan/laravel-outbox
94 Downloads
Laravel package for Transactional Outbox/Inbox patterns
eventsauce/doctrine-outbox-message-dispatcher
390 Downloads
Doctrine Message Dispatcher for EventSauce
bugfix666/laravel-outbox
26 Downloads
Transactional Outbox pattern for Laravel
agluh/outbox-bundle
16 Downloads
Implements Outbox pattern for DDD-based Symfony applications
xerxes/laravel-rabbitmq-communication
105 Downloads
A Laravel package for RabbitMQ messaging with outbox pattern, dead letter queues, and automatic retry mechanisms
sumantasam1990/phpoutbox
0 Downloads
Transactional Outbox Pattern for PHP — guaranteed at-least-once event delivery for Laravel, Symfony, and vanilla PHP