diginedbv / kloutapiv2-php
Simple PHP Wrapper for Klout API v2
0.99.1
2017-11-16 14:31 UTC
This package is not auto-updated.
Last update: 2024-12-21 16:15:30 UTC
README
README ====== What this library does ---------------------- Provides wrappers for php applications to make requests to resources on Klout. What are the basic methods? --------------------------- KloutIDLookupByName($network,$id) * Looks up a Klout ID from a Network Screen Name * $network The Network * $screenname The Network Screen Name to look up KloutIDLookupByID($network,$id) * Looks up a Klout ID from a Network ID * $network The Network * $id The Network ID to look up KloutIDLookupReverse($network,$id) * Looks up network details from Klout ID * $id The Klout ID to look up KloutUser($id) * Looks up Klout User Details and Score * $id The Klout ID to look up KloutUserScore($id) * Looks up Klout User Score * $id The Klout ID to look up KloutUserTopics($id) * Looks up Klout User Topics * $id The Klout ID to look up KloutUserInfluence($id) * Looks up Klout User Influencers * $id The Klout ID to look up