2017 © Pedro Peláez
 

library server-status

Project to serve the status of services on a server

image

corycollier/server-status

Project to serve the status of services on a server

  • Tuesday, October 18, 2016
  • by corycollier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Service Status

Service to return JSON information representing the status services on this server., (*1)

Branch status coverage
develop Build Status Coverage Status
master Build Status Coverage Status

Requirements

This library requires at least: * php 5.6, (*2)

Usage

If you want to check the apache virtual hosts being served:, (*3)

// Get the virtual hosts running on this server
$apacheService = new ServerStatus\Service\Apache;
$vhosts = $apacheService->getVhosts();

If you'd like to get a list of projects you have access to in Gitlab, (*4)

// Connect to Gitlab and get the projects
$gitlabService = new ServerStatus\Service\Gitlab([
    'private-token' => 'your-private-token-value',
]);
$projects = $gitlabService->getProjects();

Authors

Author Email
Cory Collier corycollier@corycollier.com

The Versions

18/10 2016