2017 © Pedro Peláez
 

library php-zabbix-sender

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

image

disc/php-zabbix-sender

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

  • Monday, June 25, 2018
  • by disc
  • Repository
  • 3 Watchers
  • 9 Stars
  • 4,695 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 6 Versions
  • 35 % Grown

The README.md

PHP Zabbix Sender

Build Status MIT licensed Test Coverage, (*1)

Synopsis

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., (*2)

Code Example

Easy to use:, (*3)

$sender = new \Disc\Zabbix\Sender('localhost', 10051);
$sender->addData('hostname', 'some.key.2', 0.567);
$sender->send();

See sample/sample.php, (*4)

Installation

Use composer for installation composer require disc/php-zabbix-sender, (*5)

Tests

Run vendor/bin/phpunit for tests, (*6)

Contributors

Alexandr Hacicheant [a.hacicheant@gmail.com], (*7)

License

The MIT License (MIT), (*8)

The Versions

25/06 2018

dev-master

9999999-dev

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Avatar disc

zabbix

25/06 2018

1.2.0

1.2.0.0

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Avatar disc

zabbix

24/01 2018

1.1.0

1.1.0.0

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Avatar disc

zabbix

18/03 2017

1.0.1

1.0.1.0

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Avatar disc

zabbix

18/03 2017

1.0

1.0.0.0

Php implementation of zabbix_sender utility. Works with Zabbix 2.0.8 and 2.1.7+ versions.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Avatar disc

zabbix

18/03 2017

0.1

0.1.0.0

Zabbix Sender Client

  Sources   Download

MIT

The Requires

 

by Avatar disc

zabbix