ZendHQ
ZendHQ is an intermediary layer between ZendPHP and your application storage, webhooks, and graphical interface.
This page points to key features and installation information. Use these links to access the complete documentation:
ZendHQ User Guide ZendHQ Installation Try ZendPHP FreeWhat’s New in ZendHQ 3.1?
ZendHQ 3.1 introduces several new features designed to enhance PHP operations, visibility, and performance:
PHP Fleet Awareness – Gain centralized visibility into PHP nodes connected to ZendHQ, including PHP versions, enabled extensions, selected configuration settings, and recommendations for resolving common configuration issues.
Configurable Job Queue Processing Modes – ZendHQ now supports two queue processing modes:
Blocking (default): Maintains existing behavior by pausing all pending jobs while a failed job undergoes its retry cycle.
Reschedule: Requeues failed jobs based on the configured retry delay, allowing other queued jobs to continue processing. This mode can improve queue throughput when concurrency and processing efficiency are prioritized over strict execution order.
Native Secure WebSocket Support – ZendHQ can now be configured with TLS certificates to enable secure WebSocket (wss://) connections without requiring a reverse proxy.
What's New with ZendHQ