Libraries tagged by queueing
padosoft/laravel-super-cache-invalidate
9783 Downloads
A powerful package that provides an efficient and scalable cache invalidation system for Laravel applications. It is designed to handle high-throughput cache invalidation scenarios, such as those found in e-commerce platforms, by implementing advanced techniques like event queuing, coalescing, debouncing, sharding, and partitioning.
slm/queue-beanstalkd
78539 Downloads
Zend Framework 2 module that integrates with Beanstalkd queuing system
zenaton/zenaton-php
43698 Downloads
Zenaton PHP library
kinetis/queue-sql
42 Downloads
A SQL-backed (MySQL/Postgres) queue implementation for kinetis/queue's QueueInterface — SELECT ... FOR UPDATE SKIP LOCKED for atomic reservation, token-fenced settlement, and a finite visibility timeout that redelivers a crashed worker's job.
kinetis/queue-redis
50 Downloads
A Redis-backed queue implementation for kinetis/queue's QueueInterface — finite leases over pending/leased/delayed keys, so a crashed worker's job is redelivered rather than stranded.
horde/queue
651 Downloads
Message and data queuing client library
2amigos/mailer
2525 Downloads
Mailer adapter for the Symphony Mailer library with queuing capabilities.
graham-campbell/queuing
5877 Downloads
Queuing Provides Queuing Performance Increases Laravel 4.2
cornernote/yii-email-module
10063 Downloads
Email system with templates and email queuing.
ano/barbeq
63 Downloads
Abstraction of some Message Queuing system using Adapter pattern
wowo/wowo-newsletter-bundle
734 Downloads
Newsletter Bundle for Symfony2 (with messages queuing in beanstalkd)
timefrontiers/php-mailer
57 Downloads
Email sending, templating, mailing lists, and delivery queuing for the TimeFrontiers ecosystem
rnd-cosoft/queue-doctrine
2419 Downloads
Laminas Framework module that integrates Doctrine as queuing system
partnermarketing/queue
657 Downloads
Partnermarketing's Queuing System
kinetis/queue-sqs
15 Downloads
A Fiber-native non-blocking Amazon SQS backend for kinetis/queue's QueueInterface.