dev-master
9999999-dev https://github.com/svenkuegler/php-nginx-status-parserPHP Parser for Nginx Status Page
MIT
The Requires
- php >=5.3.0
The Development Requires
by Sven Kuegler
Wallogit.com
2017 © Pedro Peláez
PHP Parser for Nginx Status Page
via Composer:, (*2)
composer require svenkuegler/php-nginx-status-parser
require 'vendor/autoload.php';
$p = new NginxStatusParser("http://127.0.0.1/nginx_status");
$nginxStatus = $p->parse();
var_dump($nginxStatus);
..., (*3)
$ phpunit
Feel free to send pull requests or create issues if you come across problems or have great ideas. Any input is appreciated!, (*4)
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)
PHP Parser for Nginx Status Page
MIT