PHPackages                             svenkuegler/php-nginx-status-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. svenkuegler/php-nginx-status-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

svenkuegler/php-nginx-status-parser
===================================

PHP Parser for Nginx Status Page

017[1 issues](https://github.com/svenkuegler/php-nginx-status-parser/issues)PHP

Since Jul 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/svenkuegler/php-nginx-status-parser)[ Packagist](https://packagist.org/packages/svenkuegler/php-nginx-status-parser)[ RSS](/packages/svenkuegler-php-nginx-status-parser/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Nginx Status Parser
=======================

[](#php-nginx-status-parser)

[![Build Status](https://camo.githubusercontent.com/2cd5764fdc7b27f067fde211710f8b3585195d31752c2a403507076eb4bfb43c/68747470733a2f2f7472617669732d63692e6f72672f7376656e6b7565676c65722f7068702d6e67696e782d7374617475732d7061727365722e737667)](https://travis-ci.org/svenkuegler/php-nginx-status-parser)[![Code Climate](https://camo.githubusercontent.com/c21ada127cf640029887c3c2363a7d925c5f25ec6692270c321c5923b636f93d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7376656e6b7565676c65722f7068702d6e67696e782d7374617475732d7061727365722f6261646765732f6770612e737667)](https://codeclimate.com/github/svenkuegler/php-nginx-status-parser)[![Test Coverage](https://camo.githubusercontent.com/b9fd9498127710d40d39355a2ac6b51dd6f2d2fe523c9e11373d5af48d22ad30/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7376656e6b7565676c65722f7068702d6e67696e782d7374617475732d7061727365722f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/svenkuegler/php-nginx-status-parser/coverage)

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

[](#installation)

via Composer:

```
composer require svenkuegler/php-nginx-status-parser
```

Usage
-----

[](#usage)

### Quick Start

[](#quick-start)

```
require 'vendor/autoload.php';

$p = new NginxStatusParser("http://127.0.0.1/nginx_status");
$nginxStatus = $p->parse();

var_dump($nginxStatus);
```

### Exception handling

[](#exception-handling)

...

Running Tests
-------------

[](#running-tests)

```
$ phpunit
```

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

[](#contributing)

Feel free to send pull requests or create issues if you come across problems or have great ideas. Any input is appreciated!

License
-------

[](#license)

This code is published under the [The MIT License](https://github.com/svenkuegler/php-nginx-status-parser/blob/HEAD/LICENSE). This means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/949708?v=4)[Sven Kuegler](/maintainers/svenkuegler)[@svenkuegler](https://github.com/svenkuegler)

---

Top Contributors

[![svenkuegler](https://avatars.githubusercontent.com/u/949708?v=4)](https://github.com/svenkuegler "svenkuegler (6 commits)")

---

Tags

nginxparserphpstatuspage

### Embed Badge

![Health badge](/badges/svenkuegler-php-nginx-status-parser/health.svg)

```
[![Health](https://phpackages.com/badges/svenkuegler-php-nginx-status-parser/health.svg)](https://phpackages.com/packages/svenkuegler-php-nginx-status-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46143.1k6](/packages/jstewmc-rtf)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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