DuckSoup documentation


Overview

Duck Soup is basically the full Technorati API wrapped into a single PHP class. Ducksoup, connects to the Technorati api server, performs your queries,retreives the data (xml), parses it, and returns a well formatted array tree, which you can manipulate easily. Ducksoup is so straight forward that it has separate routine for each API (cosmos,search..) and parses each kind of API data differently. The final output is always well formatted array tree, thus reducing your work to the maximum possible extend

« Table of contents       Getting started »