2017 © Pedro Peláez
 

library klout-sdk-php

SDK for the Klout API v2

image

mtougeron/klout-sdk-php

SDK for the Klout API v2

  • Saturday, December 21, 2013
  • by mtougeron
  • Repository
  • 0 Watchers
  • 2 Stars
  • 1,549 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

Klout

A PHP library for the Klout API, (*1)

Build Status, (*2)

=========, (*3)

Installation

Use Composer to download and install this package as well as its dependencies., (*4)

To add this package as dependency for your project, add mtougeron/klout-sdk-php to your project's composer.json file., (*5)

{
    "require": {
        "mtougeron/klout-sdk-php": "1.0.*"
    }
}

Usage

use Klout\Klout;
$klout = new Klout('<your Klout API license key');

$user = $klout->getUserByTwitterUsername('mtougeron');

echo $user->getNickname() . '\'s Klout score is ' . round($user->getScore()->getScore());
// outputs: mtougeron's Klout score is 49

Other

Use of the Klout API is bound by Klout's developer Terms of Service, (*6)

The Versions