This is a simple class that can access the PHP Classes site and fetch information about the a given author and his classes.
The takes a given author user identifier, fetches the respective author page, and extracts the list of published classes, age, country, home page and ranking positions.
The classes uses regular expressions to extract the author information. So it can run with every PHP version.