2017 © Pedro Peláez
 

library staades-sdk-php

A PHP library to send metrics to staades.net

image

elic-dev/staades-sdk-php

A PHP library to send metrics to staades.net

  • Tuesday, March 27, 2018
  • by elic-dev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 673 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Staades PHP SDK

Installation with Composer

$ php composer.phar require elic-dev/staades-php-sdk

For composer documentation, please refer to getcomposer.org., (*1)

Usage

Initialize a new StaadesClient with your access key., (*2)

$config = array(
    'app_key' => 'testapp',
    'api_key' => 'testkey',
);

$client = \Staades\StaadesClient::factory($config);

Start sending commands to Staades., (*3)

Add something to your ident:, (*4)

$client->addValue('My.test.ident', 1);

Set the value of your ident:, (*5)

$client->setValue('My.test.ident', 1);

The Versions

27/03 2018

dev-master

9999999-dev http://www.staades.net

A PHP library to send metrics to staades.net

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matthias Lill

analytics metrics staades

27/03 2018

1.0.2

1.0.2.0 http://www.staades.net

A PHP library to send metrics to staades.net

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matthias Lill

analytics metrics staades

10/05 2017

1.0.1

1.0.1.0 http://www.staades.net

A PHP library to send metrics to staades.net

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matthias Lill

analytics metrics staades

05/05 2017

1.0.0

1.0.0.0 http://www.staades.net

A PHP library to send metrics to staades.net

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matthias Lill

analytics metrics staades