crustum / cakephp-queue
CakePHP queue helpers: Dispatchable / Configurable / Taggable job contracts
Package info
github.com/Crustum/cakephp-queue
Type:cakephp-plugin
pkg:composer/crustum/cakephp-queue
Requires
- php: >=8.2
- cakephp/cakephp: ^5.2
- cakephp/queue: ^2.3
- crustum/plugin-manifest: ^1.0.2
- ramsey/uuid: ^4.7
- symfony/polyfill-php84: ^1.31
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^10.5 || ^11.1 || ^12.5 || ^13.0
- rector/rector: ^2.5
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.