PHPackages                             konnectit/laravel-nagios-nrdp - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. konnectit/laravel-nagios-nrdp

ActiveLibrary[HTTP &amp; Networking](/categories/http)

konnectit/laravel-nagios-nrdp
=============================

Sending statuses to a Nagios server using the NRDP protocol

2.0(4y ago)2285MITPHPPHP ^8.0CI failing

Since Oct 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/KonnectIT/laravel-nagios-nrdp)[ Packagist](https://packagist.org/packages/konnectit/laravel-nagios-nrdp)[ Docs](https://github.com/konnectit/laravel-nagios-nrdp)[ Patreon](https://www.patreon.com/konnectit)[ RSS](/packages/konnectit-laravel-nagios-nrdp/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Send NRDP statuses to your Nagios Monitoring Server
===================================================

[](#send-nrdp-statuses-to-your-nagios-monitoring-server)

This package is sending messages to your Nagios Server via NRDP. This means that you also have to install the NRDP server service to your Nagios Monitoring Server. The package for the server service can be found here:

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require konnectit/laravel-nagios-nrdp
```

Usage
-----

[](#usage)

### Host check

[](#host-check)

```
use KonnectIT\LaravelNagiosNrdp\HostStates;

\NagiosNrdp::state(HostStates::HOST_OK)->send('OK');
```

### Service check

[](#service-check)

```
use KonnectIT\LaravelNagiosNrdp\ServiceStates;

\NagiosNrdp::service('PHP extensions')->state(ServiceStates::SERVICE_OK)->send('All services OK');
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Edwin Heij](https://github.com/bahjaat)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~689 days

Total

2

Last Release

1753d ago

Major Versions

1.0 → 2.02021-09-11

PHP version history (2 changes)1.0PHP ^7.2

2.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c22ed46b17ecbf4436bc43d9b1fbbf417eb313d0b7a6ef56a47c8a7e1d046e5?d=identicon)[bahjaat](/maintainers/bahjaat)

---

Top Contributors

[![edwinheij](https://avatars.githubusercontent.com/u/1799101?v=4)](https://github.com/edwinheij "edwinheij (10 commits)")

---

Tags

konnectitlaravel-nagios-nrdp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/konnectit-laravel-nagios-nrdp/health.svg)

```
[![Health](https://phpackages.com/badges/konnectit-laravel-nagios-nrdp/health.svg)](https://phpackages.com/packages/konnectit-laravel-nagios-nrdp)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M85](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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