Download the PHP package dexamped/kohana-resque without Composer
On this page you can find all versions of the php package dexamped/kohana-resque. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dexamped/kohana-resque
More information about dexamped/kohana-resque
Files in dexamped/kohana-resque
Download dexamped/kohana-resque
More information about dexamped/kohana-resque
Files in dexamped/kohana-resque
Vendor dexamped
Package kohana-resque
Short Description Kohana wrapper for php-resque with minion support.
License
Package kohana-resque
Short Description Kohana wrapper for php-resque with minion support.
License
Please rate this library. Is it a good library?
Informations about the package kohana-resque
Kohana Resque
A Kohana module for queuing asynchronous tasks though php-resque.
- Installation
- Writing Tasks
- Use with minion
Installation
Install the module
Load dependencies
We have to load vendor's dependencies by running composer install
Configuration
Edit application/bootstrap.php
and add the module:
Copy the modules/kohana-resque/config/resque.php
to APPPATH/config/resque.php
and setup your config.
Running workers
From the shell: ./modules/kohana-resque/resque
Writing Tasks
Create a new Task: application/classes/Task/Mytask.php
Use with Minion
Documentation coming
All versions of kohana-resque with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
~1.0
kohana/core Version >=3.3
php Version >=5.3.3
chrisboulton/php-resque Version dev-master
kohana/core Version >=3.3
php Version >=5.3.3
chrisboulton/php-resque Version dev-master
The package dexamped/kohana-resque contains the following files
Loading the files please wait ....