uberVU php Library is a PHP class that provides simple access to the uberVU API for adding URLs and retrieving information about them. uberVU is a service which aggregates conversations from social Web sites around specific URLs. They track services for comments and reactions regarding a URL. It supports sites like Twitter, FriendFeed, Digg, Reddit, Hacker News, major blogging platforms (such as Wordpress, Blogger, MT, and Typepad), major video sharing websites (such as YouTube and Vimeo), Flickr, Picasa, and Disqus.
| Tags | Social API Library |
|---|---|
| Licenses | MIT/X |
| Implementation | PHP |
Recent releases


Release Notes: The getUrlReactions method now takes an additional optional parameter, "threaded". By setting the "threaded" parameter, the list of returned reactions returns re-tweets as child elements of the original reactions. This helps to better understand the social graph for a particular URL.


Release Notes: The UberVU API has been spun off into a separate entity called Context Voice. This release reflects the changes to the API endpoint URLs and other features added in the 1.1 API. The new features are separate methods for getting URL Metadata and URL reactions, optional filters for getting reactions, paging parameters for reactions, and anonymous API calls (which are rate and method limited).