| {
    "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": "[email protected] ",
            "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/"
        }
    }
}
 |