2017 © Pedro Peláez
 

library php-nginx-status-parser

PHP Parser for Nginx Status Page

image

svenkuegler/php-nginx-status-parser

PHP Parser for Nginx Status Page

  • Wednesday, July 27, 2016
  • by svenkuegler
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Nginx Status Parser

Build Status Code Climate Test Coverage, (*1)

Installation

via Composer:, (*2)

composer require svenkuegler/php-nginx-status-parser

Usage

Quick Start

require 'vendor/autoload.php';

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

var_dump($nginxStatus);

Exception handling

..., (*3)

Running Tests

$ phpunit

Contributing

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

License

This code is published under the The MIT License. This means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact., (*5)

The Versions

27/07 2016

dev-master

9999999-dev https://github.com/svenkuegler/php-nginx-status-parser

PHP Parser for Nginx Status Page

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires