PHPackages                             flowti/zabbix-bundle - 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. [Admin Panels](/categories/admin)
4. /
5. flowti/zabbix-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

flowti/zabbix-bundle
====================

Zabbix integration for Symfony

1.0(4y ago)21.4kMITPHPPHP &gt;=7.0

Since Jan 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/thomas-sens/zabbix-bundle)[ Packagist](https://packagist.org/packages/flowti/zabbix-bundle)[ RSS](/packages/flowti-zabbix-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (3)Used By (0)

ZabbixBundle
============

[](#zabbixbundle)

Zabbix integration for Symfony

Obtaining monitoring data captured by Zabbix in a simple way, with easy configuration, requiring only the host name to return a list of the server's monitoring data.

Instalation:

```
composer require flowti/zabbix-bundle

```

Generate a parameters file:

```
php bin/console config:dump-reference FlowtiZabbixBundle > config/packages/flowti_zabbix.yaml

```

Example: src/config/packages/flowti\_zabbix.yaml

```
flowti_zabbix:
    client:
        host: "https://seu-servidor"
        username: "user"
        password: "pass"

```

Call Example:

```
/**
* @Route("/zabbix", name="zabbix-test")
*/
public function zabbixText(FlowtiZabbixClient $zabbix)
{
    dump($zabbix->getTrigger(629272));
    dd($zabbix->getHost('srvdata02rj-q01147'));
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1578d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35b1a24c989f23a832865907b499e4fdb420f23fdeb768441ecdcd2a389c1d30?d=identicon)[thomas-sens](/maintainers/thomas-sens)

---

Top Contributors

[![thomas-sens](https://avatars.githubusercontent.com/u/94061855?v=4)](https://github.com/thomas-sens "thomas-sens (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/flowti-zabbix-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/flowti-zabbix-bundle/health.svg)](https://phpackages.com/packages/flowti-zabbix-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
