zeridion / flare
Official PHP SDK for the Zeridion Flare managed background-jobs API
Package info
pkg:composer/zeridion/flare
v0.2.0
2026-07-20 00:30 UTC
Requires
- php: >=8.2
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^10.5
Suggests
- ext-pcntl: Enables background heartbeats and graceful (SIGTERM) shutdown in the worker runtime. Without it the worker still runs in a degraded mode (coarse liveness, no preemptive cancel).
- ext-posix: Used alongside ext-pcntl for worker process control.