Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

indigophp-archive/fuel-queue

Repository files navigation

Fuel Queue

Build Status Latest Stable Version Total Downloads License Dependency Status

This package is a wrapper around indigophp/queue package.

Install

Via Composer

{
    "require": {
        "indigophp/fuel-queue": "@stable"
    }
}

Usage

// Simple way
\Queue::forge('process');

Run your worker

oil r worker process
oil r worker *queue* [connector] [--quiet]

Configuration

'process' => function () {
    $pheanstalk = new Pheanstalk_Pheanstalk('localhost', 11300);
    return new Indigo\Queue\Connector\BeanstalkdConnector($pheanstalk);
}

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Fuel wrapper around Indigo Queue package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages