PHP Atom API
This is a library of code that you can use to interact with an Atom API based server. Included are classes to handle endpoint interactions, feed and entry interactions, and raw, Atom-ish requests (GET/PUT/POST/DELETE).
I wrote it in support of the new version of webpad, but it's here for anyone who wants it and can use it for something else cool. There are some things that I'm planning on doing to it (like making it easier to do smaller operations with it), but that'll come later. For now, it serves its purpose, and I thought some people out there might like it, so here it is.
Download PHP Atom API Now! (as a .tar.gz)
Features
- Endpoint exploration
- Feed handling (build/read)
- Entry handling (build/read/delete)
- Includes support for HTTP Basic and WSSE authentication
- Tested with Blogger and TypePad only
- Heavily documented code, and HTML documentation included in the downloads.
Requirements
- Only tested with PHP4 - no idea if it works on PHP5
- Requires the cURL extension
Help & Stuff
I dunno - email me or something I guess.
