sungazer/celery-bundle

Bundle that implements Celery protocol to write Celery workers and clients for Symfony

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

dev-master 2020-12-16 17:07 UTC

This package is auto-updated.

Last update: 2024-04-17 00:28:18 UTC


README

Bundle to implement Celery protocol (both worker and client) for Symfony and PHP

Currently supported brokers:

  • [x] AMQP

Currently supported result backend:

  • [x] RPC (via AMQP direct reply-to)

Usage

TODO