living42 / celery-php
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
Requires
- ramsey/uuid: ~3.0
Requires (Dev)
- phpunit/php-code-coverage: ^6.0
- phpunit/phpunit: ^7.2
- predis/predis: ^1.1
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