Registry / messaging / pda-pheanstalk

pda-pheanstalk

JSON →
library8.0.2phppackagistunverified

PHP client for beanstalkd queue.

composer require pda/pheanstalk
INSTALL
IMPORT
SIG · PDA-PHEANSTALK
P
pda-pheanstalk
messagingphpv8.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pheanstalk
use Pheanstalk\Pheanstalk;

Connect to beanstalkd, put a job, and reserve it.

use Pheanstalk\Pheanstalk; $pheanstalk = Pheanstalk::create('127.0.0.1'); $pheanstalk->useTube('testtube')->put('job payload'); $job = $pheanstalk->watch('testtube')->reserve(); echo $job->getData(); $pheanstalk->delete($job);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
pda-pheanstalk — pip install pda-pheanstalk · libregistry