Registry / async / chrisboulton-php-resque

chrisboulton-php-resque

JSON →
library1.2phppackagistunverified

Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.

composer require chrisboulton/php-resque
INSTALL
IMPORT
SIG · CHRISBOULTON-PHP-R
C
chrisboulton-php-resque
asyncphpv1.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.

Resque
use Resque\Resque;

Enqueue a background job.

use Resque\Resque; Resque::setBackend('localhost:6379'); Resque::enqueue('default', 'MyJob', ['arg1' => 'value']);
Debug
Known issues
breakingRequires PHP 7.0+ and Redis extension.
fix
Ensure PHP version >= 7.0 and install phpredis or predis.
affects: >=1.0
Upgrade
Version history
1.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
chrisboulton-php-resque — pip install chrisboulton-php-resque · libregistry