Libraries tagged by outbox-pattern
dykyi-roman/awesome-claude-code
1988 Downloads
Claude Code extension for PHP: audits (architecture, DDD, security, performance, PSR, design patterns, Docker, CI/CD, tests, docs), 3-level code review, automated bug fix, generators (DDD, CQRS, GoF patterns, PSR, tests, documentation, Docker, CI/CD), code explanation, refactoring. 26 commands, 62 agents, 259 skills.
rekalogika/domain-event-outbox
17548 Downloads
Implementation of the transactional outbox pattern on top of rekalogika/domain-event
ludovicose/transaction-outbox
21453 Downloads
Laravel Pub-Sub package use transactional outbox pattern
ecotone/dbal
262474 Downloads
Doctrine DBAL integration for Ecotone — database-backed message channel, outbox pattern, dead letter queue, durable saga state storage, and document store.
vortos/vortos-messaging
2193 Downloads
Vortos messaging — Kafka event bus, outbox pattern, dead letter queue
rasuvaeff/yii3-outbox
1720 Downloads
Transactional outbox pattern for Yii3
eventsauce/message-outbox-for-illuminate
29997 Downloads
Message Outbox Pattern implementation for Illuminate
eventsauce/message-outbox-for-doctrine
51552 Downloads
Message Outbox Pattern implementation for Doctrine DBAL 3
creatortsv/symfony-messenger-outbox-pattern
5627 Downloads
Outbox pattern for the symfony-messenger component
xerxes/laravel-rabbitmq-communication
118 Downloads
A Laravel package for RabbitMQ messaging with outbox pattern, dead letter queues, and automatic retry mechanisms
micro-module/outbox-bundle
2979 Downloads
Transactional Outbox Pattern bundle for reliable event delivery in event-sourced systems
hivesper/php-events
1424 Downloads
A lightweight, framework-agnostic event-driven library for PHP built around the transactional outbox pattern.
eventsauce/message-outbox-for-doctrine-v2
2424 Downloads
Message Outbox Pattern implementation for Doctrine DBAL 2
tiny-blocks/outbox
53 Downloads
Write-side adapter for the Transactional Outbox pattern that persists domain events atomically with aggregate state through Doctrine DBAL.
sumantasam1990/phpoutbox
0 Downloads
Transactional Outbox Pattern for PHP — guaranteed at-least-once event delivery for Laravel, Symfony, and vanilla PHP