disc/php-zabbix-sender
Modern PHP implementation of a Zabbix Sender client. Send metrics to Zabbix server quickly by adding host/key/value data and calling send(). Supports PHP 5.4+ and works with Zabbix 2.0.8, 2.1.7+ and 4.0.
For Executives: "This lightweight PHP package lets us send custom application metrics directly to our existing Zabbix setup—no new tools or licensing costs. It’s ideal for monitoring legacy PHP systems or adding business-specific alerts (e.g., ‘order failures’) without reinventing the wheel. Since it’s MIT-licensed and integrates with our current Zabbix 4.0, it’s a low-risk way to modernize observability while keeping operational overhead minimal."
For Engineering:
*"This replaces manual zabbix_sender CLI calls with a clean PHP API, making it trivial to instrument metrics from any Laravel/legacy PHP app. Key benefits:
disc/php-zabbix-sender).$sender = new \Disc\Zabbix\Sender('zabbix.example.com');
$sender->addData('webserver', 'app.response_time', 420); // ms
$sender->send();
For DevOps/SRE: *"This fills a gap for teams using Zabbix but needing to send metrics from PHP apps. It’s a drop-in replacement for the Zabbix sender CLI, with the added benefit of being callable from code. Use cases:
How can I help you explore Laravel packages today?