Php implementation of zabbix_sender utility.
Required PHP 7.*.
Works with Zabbix 2.0.8 and 2.1.7+ versions.
Easy to use:
$sender = new \Disc\Zabbix\Sender('localhost', 10051);
$sender->addData('hostname', 'some.key.2', 0.567);
$sender->send();
Use composer for installation
composer require disc/php-zabbix-sender
Run vendor/bin/phpunit
for tests
Aleksandr Khachikyants [[email protected]]
MIT