The PHP Queue Daemon Docker Base Image
1.7K
Source Code: git.tjdev.de/DrMaxNix/phpqd
The PHP Queue Daemon Docker Base Image
PHPQD, short for PHP Queue Daemon, is a powerful yet incredibly lightweight framework for writing daemon programs in PHP and shipping them as Docker Containers. PHPQD code is organized in modules, which can register tasks to be executed in the form of callbacks. Module intercommunication can be easily set up using the task queue or by utilizing the built-in event system (publish/subscribe pattern). Ready to use helpers for logging or working with POSIX signals allow for blazing fast development. And most importantly, PHPQD provides extremely detailed documentation and allows for pretty much every behavior to be customized to ensure full control at your fingertips.
Main — Module setup logic and main daemon loop
Log — Terminal output logging
Signal — Handle POSIX signals and dispatch them as events
Task — Task scheduler and event handler
Envconf — Read and verify configuration options from env variables
Content type
Image
Digest
sha256:44f597d94…
Size
8.4 MB
Last updated
14 days ago
docker pull drmaxnix/phpqd