PHPackages                             a1s/php-zabbix-agent - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. a1s/php-zabbix-agent

ActiveLibrary

a1s/php-zabbix-agent
====================

Zabbix Agent implemented in PHP for long living php-servers

81735PHPCI failing

Since Apr 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wizardjedi/php-zabbix-agent)[ Packagist](https://packagist.org/packages/a1s/php-zabbix-agent)[ RSS](/packages/a1s-php-zabbix-agent/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-zabbix-agent [![Build badge image](https://camo.githubusercontent.com/aba5f00d4ac2ca46d006ac3273e1e60db1b1e70437ccd26f199a21381316a142/68747470733a2f2f7472617669732d63692e6f72672f77697a6172646a6564692f7068702d7a61626269782d6167656e742e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/aba5f00d4ac2ca46d006ac3273e1e60db1b1e70437ccd26f199a21381316a142/68747470733a2f2f7472617669732d63692e6f72672f77697a6172646a6564692f7068702d7a61626269782d6167656e742e7376673f6272616e63683d6d6173746572) [![codecov](https://camo.githubusercontent.com/44a67fd49d13ce61a61f6746794fb96891bee10b69b0a6b383dc3dc89f9aab41/68747470733a2f2f636f6465636f762e696f2f67682f77697a6172646a6564692f7068702d7a61626269782d6167656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/wizardjedi/php-zabbix-agent) [![Quality Gate Status](https://camo.githubusercontent.com/bb2fbf24cdac2ee13ed050eeedbfb54a58861ba9f14c01a4f66cf356d64ea9d9/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d77697a6172646a6564695f7068702d7a61626269782d6167656e74266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/dashboard?id=wizardjedi_php-zabbix-agent)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#php-zabbix-agent---)

Zabbix Agent implemented in PHP for long living php-servers

1. Create `composer.json` file
------------------------------

[](#1-create-composerjson-file)

```
{
   "require" : {
        "a1s/php-zabbix-agent" : "dev-master"
   },
   "minimum-stability": "dev",
   "prefer-stable": true,
   "repositories": [
        {
            "url": "https://github.com/wizardjedi/php-zabbix-agent.git",
            "type": "git"
        }
   ]
}
```

2. Update composer deps
-----------------------

[](#2-update-composer-deps)

```
$ composer update

```

3. Add `autoload.php` to your app
---------------------------------

[](#3-add-autoloadphp-to-your-app)

```
include("vendor/autoload.php");
```

4. Simple script
----------------

[](#4-simple-script)

```
