PHPackages                             xp-forge/nsca - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xp-forge/nsca

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

xp-forge/nsca
=============

NSCA (Nagios Service Check Acceptor) Client

v7.0.0(6y ago)149.3k↓50%1BSD-3-ClausePHPPHP &gt;=7.0.0

Since Jan 11Pushed 5y ago6 watchersCompare

[ Source](https://github.com/xp-forge/nsca)[ Packagist](https://packagist.org/packages/xp-forge/nsca)[ Docs](http://xp-framework.net/)[ RSS](/packages/xp-forge-nsca/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

NSCA
====

[](#nsca)

[![Build Status on TravisCI](https://camo.githubusercontent.com/585e805ac03aa4e4c2d47204d76e4f92da6ddb4b29d932ba3847b0744ca8ba3a/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f78702d666f7267652f6e7363612e737667)](http://travis-ci.org/xp-forge/nsca)[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)[![Requires PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)[![Latest Stable Version](https://camo.githubusercontent.com/6e93b867fa28d75eefa42cd9e3a36278402c20860c3305c9e76dc3cc0655b122/68747470733a2f2f706f7365722e707567782e6f72672f78702d666f7267652f6e7363612f76657273696f6e2e706e67)](https://packagist.org/packages/xp-forge/nsca)

NSCA (Nagios Service Check Acceptor) Client

Example
-------

[](#example)

```
use org\nagios\nsca\{NscaClient, NscaMessage, NscaProtocol};

$c= new NscaClient('nagios.example.com');
$c->connect();

$c->send(new NscaMessage(
  'ws.example.com',
  'queue_check',
  NscaProtocol::OK,
  'Up and running'
));
$c->send(new NscaMessage(
  'ws.example.com',
  'queue_check',
  NscaProtocol::ERROR,
  'No answer on port 80 after 2 seconds'
));

$c->close();
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% 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 ~147 days

Recently: every ~322 days

Total

14

Last Release

2229d ago

Major Versions

v2.0.0 → v3.1.02015-11-24

v3.1.0 → v4.0.02015-12-20

v4.0.1 → v5.0.02016-02-21

v5.1.2 → v6.0.02017-10-10

v6.0.1 → v7.0.02020-04-11

PHP version history (5 changes)v3.0.0PHP &gt;=5.4.0

v2.0.0PHP &gt;=5.3.0

v4.0.0PHP &gt;=5.5.0

v6.0.0PHP &gt;=5.6.0

v7.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/07d18d882c8b4aaf3466432f64018214f2771eda333202175431ee7233795376?d=identicon)[thekid](/maintainers/thekid)

---

Top Contributors

[![thekid](https://avatars.githubusercontent.com/u/696742?v=4)](https://github.com/thekid "thekid (54 commits)")[![kiesel](https://avatars.githubusercontent.com/u/127769?v=4)](https://github.com/kiesel "kiesel (2 commits)")[![emil-nasso](https://avatars.githubusercontent.com/u/1119706?v=4)](https://github.com/emil-nasso "emil-nasso (1 commits)")

---

Tags

nagiosnscaphpxp-frameworkmodulexp

### Embed Badge

![Health badge](/badges/xp-forge-nsca/health.svg)

```
[![Health](https://phpackages.com/badges/xp-forge-nsca/health.svg)](https://phpackages.com/packages/xp-forge-nsca)
```

PHPackages © 2026

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