<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    <p style="margin: 0px;">I'm not sure what you mean by PHP library ... but I'm assuming you mean a reference of some kind?</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">Your best bet would be a PHP Xref site that's specific to WordPress (like this one: http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html).  Then you can navigate all of the functions and documentation a will.  The files I see you looking through the most often would be xmlrpc.php and wp-includes/class-IXR.php ...</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">But if you mean "library" in some other context, please explain ...<span></span></p>

    <p> </p>

    <div style="margin: 5px 0px 5px 0px; font-family: monospace;">
      On June 15, 2010 at 5:51 PM Tim Golen <tim@golen.net> wrote:<br />
      <br />
      > Is there already an existing PHP library for the Wordpress API? I'm still<br />
      > running into problems and don't need to reinvent the wheel if it's already<br />
      > been done. The MetaWeblog API mentions a PHP library, but it comes up with a<br />
      > 404 error, and the MetaWeblog site hasn't been updated since 2003.<br />
      ><br />
      > Errors like "Invalid Data: Please go back and try again." when trying to do<br />
      > something rather simple like create a comment can get really frustrating.<br />
      ><br />
      > Thanks,<br />
      > Tim<br />
    </div>
  </body>
</html>