2017 © Pedro Peláez
 

library phanglia

Ganglia integration for PHP

image

vend/phanglia

Ganglia integration for PHP

  • Friday, April 17, 2015
  • by dominics
  • Repository
  • 74 Watchers
  • 0 Stars
  • 116,584 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

Phanglia

PHP bindings for Ganglia

A small library for producing and sending GMetric packets for Ganglia monitoring., (*1)

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version License, (*2)

Usage

// Gets a metric definition
$metric = new Phanglia\Metric('name', Ganglia::TYPE_STRING, Ganglia::SLOPE_UNSPECIFIED);

// The metadata and value packets as binary strings, in case you want to send them yourself
$meta  = $metric->getMetadataPacket();
$value = $metric->getValuePacket('some value')

// Sending them on to a Ganglia collector (default udp://127.0.0.1:8649)
$socket = new Phanglia\Socket();
$socket->sendMetric($metric, 'some value');

Installation

Phanglia is available via composer, with a package name of vend/phanglia. Or point your PSR-4 autoloader at the lib directory., (*3)

The Versions

17/04 2015

dev-feature-title-desc

dev-feature-title-desc https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php metrics graphing ganglia

17/04 2015

dev-master

9999999-dev https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php metrics graphing ganglia

17/04 2015

1.2.0-rc1

1.2.0.0-RC1 https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php metrics graphing ganglia

18/07 2014

1.1.1

1.1.1.0 https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php metrics graphing ganglia

18/07 2014

1.1.0

1.1.0.0 https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php metrics graphing ganglia

18/07 2014

dev-feature-psr3-psr4

dev-feature-psr3-psr4 https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php metrics graphing ganglia

27/02 2014

1.0.0

1.0.0.0 https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

php ganglia

11/09 2013

0.0.1

0.0.1.0 https://github.com/vend/phanglia

Ganglia integration for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php ganglia