Libraries tagged by delay
humolot/ci4-bus
5 Downloads
A full-featured asynchronous Job Bus for CodeIgniter 4 (Queue Worker, Failed Jobs, Delays, Retries, PM2/Supervisor-ready).
genericmilk/rollout
6 Downloads
Time delay your laravel controller and blade code into a simple if branch!
gaomingcode/fastclick
42 Downloads
Polyfill to remove click delays on browsers with touch UIs.
funnyfig/swoole_retrier
45 Downloads
repeatedly run a callable until stop called or timed-out. retry delay algorithm is borrowed from malkusch/lock Loop
farit-slv/guzzle-throttle-middleware
194 Downloads
A GuzzleHTTP Middleware that can delay requests before sending them.
esd/hashed-wheel-timer-plugin
26 Downloads
the HashedWheelTimer delay task
diablomedia/guzzle-throttle-middleware
969 Downloads
A GuzzleHTTP Middleware that can delay requests before sending them.
danilovl/async-bundle
398 Downloads
Symfony bundle provides simple delayed function call.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
candasm/hypno
1151 Downloads
Delay execution commands package which covers sleep, usleep, time_nanosleep and time_sleep_until functions. This package useful for unit tests.
bridit/workflows
29 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
bridit/pvm
40 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
bonza/rabbitmq
7 Downloads
A PHP client for RabbitMQ that supports both regular and delayed messaging.
artemsk/queuedb
90 Downloads
Simple Sync Queue driver for Database and delaying
arffsaad/qdiz
13 Downloads
A simple no-framework redis queue system. Not using a framework but need a redis queue for delayed execution of long running tasks? Just qdiz (nuts).