living42/celery-php

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

A library let you calling tasks from Celery

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/living42/celery-php

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