PHPackages                             dexamped/kohana-resque - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. dexamped/kohana-resque

ActiveLibrary[Queues &amp; Workers](/categories/queues)

dexamped/kohana-resque
======================

Kohana wrapper for php-resque with minion support.

1.0(12y ago)64.8k3PHPPHP &gt;=5.3.3

Since Dec 6Pushed 10y ago2 watchersCompare

[ Source](https://github.com/dexamped/kohana-resque)[ Packagist](https://packagist.org/packages/dexamped/kohana-resque)[ RSS](/packages/dexamped-kohana-resque/feed)WikiDiscussions 3.3/master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Kohana Resque
=============

[](#kohana-resque)

A Kohana module for queuing asynchronous tasks though php-resque.

1. [Installation](#installation)
2. [Writing Tasks](#writing-tasks)
3. [Use with minion](#use-with-minion)

Installation
------------

[](#installation)

#### Install the module

[](#install-the-module)

```
git submodule add git@github.com:dexamped/kohana-resque.git modules/kohana-resque
git submodule update --init --recursive

```

#### Load dependencies

[](#load-dependencies)

We have to load vendor's dependencies by running `composer install`

```
composer install --working-dir=modules/kohana-resque/vendor/php-resque

```

#### Configuration

[](#configuration)

Edit `application/bootstrap.php` and add the module:

```
Kohana::modules(array(
    ...
    'resque' => 'modules/kohana-resque',
    ...
));

```

Copy the `modules/kohana-resque/config/resque.php` to `APPPATH/config/resque.php` and setup your config.

#### Running workers

[](#running-workers)

From the shell: `./modules/kohana-resque/resque`

Writing Tasks
-------------

[](#writing-tasks)

Create a new Task: `application/classes/Task/Mytask.php`

```
class Task_Test extends Task_Resque {

	protected $_queue = 'myqueuename';

	public function perform()
	{
		echo "Executing a task!\n";
	}

} // End Task_Test
```

Use with Minion
---------------

[](#use-with-minion)

Documentation coming

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4547d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21d87441d835742dbe30ca8661be16e3fdcf634496642197eb054b1e6c942027?d=identicon)[dexamped](/maintainers/dexamped)

---

Top Contributors

[![dexamped](https://avatars.githubusercontent.com/u/4725476?v=4)](https://github.com/dexamped "dexamped (7 commits)")

### Embed Badge

![Health badge](/badges/dexamped-kohana-resque/health.svg)

```
[![Health](https://phpackages.com/badges/dexamped-kohana-resque/health.svg)](https://phpackages.com/packages/dexamped-kohana-resque)
```

###  Alternatives

[chrisboulton/php-resque-scheduler

php-resque-scheduler is a PHP port of resque-scheduler, which adds support for scheduling items in the future to Resque.

2712.5M14](/packages/chrisboulton-php-resque-scheduler)[humanmade/cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.

538286.9k4](/packages/humanmade-cavalcade)[bcc/resque-bundle

BCCResqueBundle

119735.8k2](/packages/bcc-resque-bundle)[fotografde/cakephp-sms

SMS Plugin for CakePHP

1273.2k](/packages/fotografde-cakephp-sms)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.6k](/packages/bsidev-bitrix-queue)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
