kamisama / cake-resque
A CakePHP plugin for creating background jobs with Resque
Installs: 402 523
Dependents: 0
Suggesters: 0
Security: 0
Stars: 159
Watchers: 21
Forks: 56
Open Issues: 31
Requires
- php: >=5.3.0
- composer/installers: *
- kamisama/php-resque-ex: >=1.2.4
- kamisama/php-resque-ex-scheduler: >=1.1.1
- kamisama/resque-status: >=0.0.1
Requires (Dev)
- mikey179/vfsstream: >=1.2.0
This package is not auto-updated.
Last update: 2024-10-26 14:32:41 UTC
README
CakeResque is a CakePHP plugin for Resque, a library for creating background jobs that can be processed offline later.
Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
Refer to website for documentation
Take a look at Fresque if you want a version for generic PHP application