Download the PHP package net_bazzline/php_component_apache_server_status_parser without Composer

On this page you can find all versions of the php package net_bazzline/php_component_apache_server_status_parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php_component_apache_server_status_parser

Full Stop

I still like the idea but there is currently no use case to develop it anymore.

Apache Server Status Parser Component for PHP

This project aims to deliver an easy to use component to read the apache server status for a configured list of hosts and gain information about that.

This component is relying on the apache mod_status and the undocumented query "?notable" ("?auto" does not contain information about the pid).

The build status of the current master branch is tracked by Travis CI: Build Status Latest stable

The scrutinizer status is: code quality

Take a look on openhub.net.

The current change log can be found here.

Project Goals

Why?

Let me give you an scenario I got on my desk and had to solve it.

Given

As a maintainer of an infrastructure with multiple apache HTTP servers, I need to know if a given process (identified by its pid, a infrastructure wide unique identifier and its uri) is still running or not. Sometimes I know the IP Address of the server where process is running, mostly all I have is a pid, the unique identifier and the uri. And finally, it is allowed to use the apache server status but no ssh command execution.

How To Use

Because of the shipped with builders, it is really easy to getting started with. If you want to use your application instance pooling, use the builders as manual how to plumper things together.

There are two different kind of builders, one (AbstractStorageBuilder) gives you the control over where to fetch and how much to fetch information. The second one (ParserBuilder) simple uses the result from the first one to parse the information into domain objects.

Example

Examples are placed in the path /example. Because of the two implemented content fetchers, they are devide into the two categories "local" and "remote".

Example Using Local File

Example Using Remote File

Example Output

Parsed Detail

Just one detail.

Parsed Information

Parsed Scoreboard

Parsed Statistic

Install

By Hand

With Packagist

Workflow

List Of Domain Model

List Of Service

Notes

Thanks to:

Final Words

Star it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if you use it. Donate something if you love it :-].


All versions of php_component_apache_server_status_parser with dependencies

PHP Build Version
Package Version
Requires jonasrudolph/php-component-stringutility Version 1.2.1
net_bazzline/php_component_curl Version ^1.0
php Version >=5.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package net_bazzline/php_component_apache_server_status_parser contains the following files

Loading the files please wait ....