Libraries tagged by outbox-pattern
dykyi-roman/awesome-claude-code
1418 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
10830 Downloads
Implementation of the transactional outbox pattern on top of rekalogika/domain-event
ludovicose/transaction-outbox
20790 Downloads
Laravel Pub-Sub package use transactional outbox pattern
eventsauce/message-outbox-for-illuminate
25247 Downloads
Message Outbox Pattern implementation for Illuminate
ecotone/dbal
244379 Downloads
Doctrine DBAL integration for Ecotone — database-backed message channel, outbox pattern, dead letter queue, durable saga state storage, and document store.
creatortsv/symfony-messenger-outbox-pattern
5524 Downloads
Outbox pattern for the symfony-messenger component
vortos/vortos-messaging
1096 Downloads
Vortos messaging — Kafka event bus, outbox pattern, dead letter queue
rasuvaeff/yii3-outbox
877 Downloads
Transactional outbox pattern for Yii3
micro-module/outbox-bundle
2782 Downloads
Transactional Outbox Pattern bundle for reliable event delivery in event-sourced systems
eventsauce/message-outbox-for-doctrine
48870 Downloads
Message Outbox Pattern implementation for Doctrine DBAL 3
hivesper/php-events
1106 Downloads
A lightweight, framework-agnostic event-driven library for PHP built around the transactional outbox pattern.
eventsauce/message-outbox-for-doctrine-v2
2195 Downloads
Message Outbox Pattern implementation for Doctrine DBAL 2
xerxes/laravel-rabbitmq-communication
102 Downloads
A Laravel package for RabbitMQ messaging with outbox pattern, dead letter queues, and automatic retry mechanisms
tiny-blocks/outbox
27 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