token27 / queue-worker-environment
Queued Worker Enviroment (worker tasker), easy deployment with docker in 3 easy steps.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp
Requires
- php: >=7.2
Requires (Dev)
Suggests
- phpstan/phpstan: PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.
README
The app is an simplifying the creation of worker scripts (development environment) for CakePHP Queue Plugin, in a easy way with docker.
Background
This is a very simple and minimalistic worker tasker (or deferred-task) system for CakePHP.
If you need a very basic PHP internal queue tool, this is definitely an option.
Installation and Usage
See Documentation.
CakePHP Queue Plugin
See Documentation.
Docker
See Documentation.