Hi,
We've just released a PHP library for accessing the TypePad API, now
available on GitHub:
http://github.com/sixapart/php-typepad-api
All of the TypePad API's nouns and endpoints are fully supported;
parts of the code are automatically generated based on reflection
endpoints in the API itself, so the PHP code can be updated
immediately in response to future API enhancements and changes.
Our goal was to make the barrier to entry as low as possible, so there
are no PHP library dependencies beyond what's included in the
distribution. The library also supports batch requests and
authentication (using TypePad as an OAuth provider for your site) with
what should be a minimum of effort on the developer's part.
We look forward to seeing what everyone does with it, and also to your
bug reports, feature requests, and patches. Please post your questions
and feedback here on typepad-dev-network (and patches are welcome
directly through GitHub).
Thanks,
Kevin Shay
Six Apart