PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Apache Status Page Parser Component   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Apache Status Page Parser Component
Extract details from Apache server status pages
Author: By
Last change:
Date: 5 years ago
Size: 1,254 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_apache_server_status_parser", "description": "php component to ease up reading and processing the apache server status (mod_status)", "keywords": [ "bazzline", "psr", "psr-4", "apache", "oop", "parser", "apache server status", "server status", "lgpl", "free as in freedom", "php5", "php7", "changelog" ], "type": "library", "require": { "jonasrudolph/php-component-stringutility": "1.2.1", "net_bazzline/php_component_curl": "^1.0", "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "LGPLv3", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "Net\\Bazzline\\Component\\ApacheServerStatusParser\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\ApacheServerStatusParser\\": "test/" } } }