vanderw/beanstalk-queue

Beanstalk work queue plugin for webman

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vanderw/beanstalk-queue

dev-main 2022-04-20 02:28 UTC

This package is auto-updated.

Last update: 2025-12-20 14:23:15 UTC


README

beanstalk-queue is a work-queue plugin for webman, it uses beanstalkd as the backend.

The way it works quite the same as redis-queue.

Install

composer require vanderw/beanstalkd

Usage

Have a look at redis-queue 's document.