living42/celery-php

This package is abandoned and no longer maintained. No replacement package was suggested.

A library let you calling tasks from Celery

v0.1.2 2018-07-05 12:30 UTC

This package is auto-updated.

Last update: 2020-09-07 10:27:29 UTC


README

A library let you calling tasks from Celery

Supported features

  • Dispatch tasks
  • Gathering results
  • Various task options, like countdown, expires, etc.

Installation

Prerequisite:

  • Celery 4.0 or later
  • Redis broker/backend, only support that, currently.

via composer

composer require living42/celery-php predis/predis

Usage

See tests/tests.php