hkit to parse microformats in PHP: looks supereasy:

    $hKit = new hKit;
$result = $hKit->getByURL('hcard', 'http://microformats.org/');
print_r($result);

# May 9, 2007