# Cake-Resque **Repository Path**: mirrors_CakeDC/Cake-Resque ## Basic Information - **Project Name**: Cake-Resque - **Description**: Resque plugin for CakePHP : for creating background jobs that can be processed offline later - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CakeResque [![Build Status](https://travis-ci.org/kamisama/Cake-Resque.png)](https://travis-ci.org/kamisama/Cake-Resque) [![Coverage Status](https://coveralls.io/repos/kamisama/Cake-Resque/badge.png)](https://coveralls.io/r/kamisama/Cake-Resque) [![Dependency Status](https://www.versioneye.com/package/php--kamisama--cake-resque/badge.png)](https://www.versioneye.com/package/php--kamisama--cake-resque) [![Latest Stable Version](https://poser.pugx.org/kamisama/cake-resque/v/stable.png)](https://packagist.org/packages/kamisama/cake-resque) 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](http://cakeresque.kamisama.me) for documentation *Take a look at [Fresque](https://github.com/kamisama/Fresque) if you want a version for generic PHP application*