https://github.com/disc/zabbix-sender
PHP Zabbix Sender
https://github.com/disc/zabbix-sender
php php-zabbix-sender zabbix zabbix-sender
Last synced: 3 months ago
JSON representation
PHP Zabbix Sender
- Host: GitHub
- URL: https://github.com/disc/zabbix-sender
- Owner: disc
- License: mit
- Created: 2017-03-18T06:42:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T09:20:33.000Z (over 3 years ago)
- Last Synced: 2024-12-07T02:37:19.007Z (5 months ago)
- Topics: php, php-zabbix-sender, zabbix, zabbix-sender
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Zabbix Sender
[](https://travis-ci.org/disc/zabbix-sender)
[](./LICENSE)
[](https://codeclimate.com/github/disc/zabbix-sender/coverage)## 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.## Code Example
Easy to use:
```
$sender = new \Disc\Zabbix\Sender('localhost', 10051);
$sender->addData('hostname', 'some.key.2', 0.567);
$sender->send();
```
See sample/sample.php## Installation
Use composer for installation
`composer require disc/php-zabbix-sender`## Tests
Run `vendor/bin/phpunit` for tests
## Contributors
Alexandr Hacicheant [[email protected]]
## License
[The MIT License (MIT)](LICENSE)