<?php // Include the library require('./lib/lanyrd.php'); $l = new Lanyrd(); $results = $l->search("php"); echo "<pre>"; print_r($results); echo "</pre>"; ?>