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)2283MITPHPPHP ^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 yesterday

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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

1704d 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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