Technorati I have written the AmazonECS Api yesterday and today i thought it’s a good idea to write one for Technorati. I know that there are already some classes around, but nothing’s like home sweet homebrew. ;)

All methods are fully documented and will deliver the full xml document. This class does not contain any XML parser since i believe that a parse always has to be seperated (The freedom of choice in mind). Using this class is easy as one, two, three. See for yourself:

Examples:

require('technorati.class.php');

// Get all available info on a blog
$techno = new Technorati_Bloginfo();
$xmlDocument = $techno->bloginfo('http://www.m3nt0r.de/blog/');

// Search linkcosmos
$techno = new Technorati_Search();
$xmlDocument = $techno->cosmos('http://www.m3nt0r.de/blog/');

// Get all infos for a single member
$techno = new Technorati_Member();
$xmlDocument = $techno->getinfo('m3nt0r');

Download, Source and Docs

Donate

Anything helps. OpenSource for ever! :)