crustum/cakephp-queue

CakePHP queue helpers: Dispatchable / Configurable / Taggable job contracts

Maintainers

Package info

github.com/Crustum/cakephp-queue

Type:cakephp-plugin

pkg:composer/crustum/cakephp-queue

Transparency log

Statistics

Installs: 6

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

1.1.0 2026-07-31 03:41 UTC

This package is auto-updated.

Last update: 2026-07-31 03:41:58 UTC


README

The Queue plugin adds dispatchable job helpers on top of cakephp/queue: self-dispatch (::dispatch()), per-job queue configuration, tags, optional sync (in-process) dispatch and pending/pushed events with an optional additive application emitter.

Requirements

  • PHP 8.2+

See Versions.md for the supported CakePHP versions.

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

License

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.