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.
Modern php implementation of Zabbix Sender Client.
Support php versions PHP 5.4 and above.
Working with Zabbix 2.0.8, 2.1.7+ and supports version 4.0.
Easy to use:
$sender = new \Disc\Zabbix\Sender('localhost', 10051);
$sender->addData('hostname', 'some.key.2', 0.567);
$sender->send();
See sample/sample.php
Use composer for installation
composer require disc/php-zabbix-sender
Run vendor/bin/phpunit for tests
Alexandr Hacicheant [a.hacicheant@gmail.com]
How can I help you explore Laravel packages today?