Introduction

php-AtomPubClient is a class (or rather a set of classes) that implement the Atom Publishing Protocol, or AtomPub for short. This will allow you to simply create, modify and/or delete objects from an AtomPub server like WordPress (=> 2.3) or php-atompub-server.

Dependencies and testing

php-AtomPubClient is written in PHP5 with the curl (for communication) and DOM (for XML parsing and creation) extensions. All testing and development is done on PHP version 5.2.12, and there is no guarantee it will work on older versions.

Download

As of yet, the library is still in development. I will create a Google Code project page for it when I am ready to release it.