Libraries tagged by distributed-systems
mikemadisonweb/yii2-rabbitmq
271547 Downloads
Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.
iamfarhad/laravel-rabbitmq
19023 Downloads
Native ext-amqp RabbitMQ queue driver for Laravel production workloads with connection pooling, publisher confirms, Horizon support, Octane support, quorum queues, and high-performance workers
b13/distributed-locks
273753 Downloads
Redis-based Locking - Adds a Redis Locking Strategy for TYPO3 frontend page generation, useful on distributed systems with NFS.
jetcod/eloquent-keygen
27424 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
utopia-php/circuit-breaker
23912 Downloads
Light & simple Circuit Breaker for PHP to prevent cascading failures in distributed systems.
elementfani/yii2-rabbitmq
1305 Downloads
Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.
tanur/yii2-rabbitmq
906 Downloads
Forked from mikemadisonweb/yii2-rabbitmq. Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.
shamanzpua/idempotency-engine
4 Downloads
Framework-agnostic PHP idempotency engine for safe retries, concurrency control and duplicate suppression in distributed systems
albertwill/yii2-rabbitmq
126 Downloads
Maintained fork of mikemadisonweb/yii2-rabbitmq that fixes duplicate multi-connection registration issues and improves worker process robustness.
kristianedlund/laravel-external-queue
105 Downloads
Use Laravel queues for sending messages between distributed systems
ashiqfardus/horizon-running-jobs
24 Downloads
Monitor currently running jobs in Laravel Horizon for distributed systems
mehr-it/system-broadcast
6 Downloads
Broadcast library for internal communication in distributed systems using Redis
hivellm/umicp
1 Downloads
UMICP PHP Bindings - High-performance inter-model communication protocol for AI systems
ekazak/yii2-rabbitmq
1194 Downloads
Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.
dnakitare/laravel-outbox
1 Downloads
Transactional outbox pattern for Laravel — events and jobs persisted atomically with your business writes, then replayed reliably with backoff and dead-letter.