Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1006 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 1006 Bytes

#CakeResque Build Status Coverage Status Dependency Status Latest Stable Version

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