2017 © Pedro Peláez
 

library statful-client-php

Statful PHP client

image

statful/statful-client-php

Statful PHP client

  • Friday, December 2, 2016
  • by statful
  • Repository
  • 6 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

statful-client-php

PHP Client for Statful, (*1)

How to use

#!php

        $metricNamespace = 'business';
        $metricName = 'wager';
        $metricTags = array(
            'transaction' => 'create',
            'platform' => 'desktop',
            'action' => 'bet',
        );
        $metricValue = 100;

        $client = new StatfulClient('127.0.0.1', '2014', 'business', 'production');
        $client->put($metricName, $metricValue, $metricTags, $metricNamespace);
        $client->send();

The Versions

02/12 2016

dev-master

9999999-dev https://github.com/statful/statful-client-php

Statful PHP client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

metrics telemetry statful time-series

02/12 2016

1.0.0-alpha1

1.0.0.0-alpha1 https://github.com/statful/statful-client-php

Statful PHP client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

metrics telemetry statful time-series