LiveJournal FOAF XML Parser

This is a class for PHP5 that allows you to load up a FOAF (friend of a friend) file from livejournal.com and display information from that file.

simple usage:

require( xml-foaf-class.php );
$foaf = new Foaf;
$foaf->do_processing( “filename” );

echo $foaf->nick;

Download v1.0 here


Categories