Dented Reality

PHP Atom API Code Released

I’ve finally packaged up and released the PHP Atom API code I wrote as part of webpad. You can download it now and go crazy.

  • Twitter
  • del.icio.us
  • Digg
  • Facebook
  • FriendFeed
  • Google Bookmarks
  • LinkedIn
  • SphereIt
  • StumbleUpon
  • Yahoo! Buzz
  • Live
  • email

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

3 Comments

  1. Scott says:

    Any chance you have working copy of this? Seems that it doesn't work any longer with all the updated Atom implementations….

    Thanks!

    • Beau Lebens says:

      Unfortunately I don't have an updated version of this code, but the
      \”basics\” of the HTTP transactions etc in there should still work
      (hopefully). You'll just probably have to write a bunch of custom code
      to do specifically whatever you're trying to do. The intention of this
      library was really just to provide a super basic layer to make some of
      the low-level stuff easier. It was never really intended to
      automatically handle any specific implementation of an Atom API.

      • Scott says:

        Thanks for the response Beau. Yeah, the library was seeming to not work at all, but I fiddled around with it a bit, and even though I don't have it working yet, it's getting closer. The main issue seems to be the get_feeds() function, which doesn't seem to be able to correctly parse the responses. I started to convert the RegExs in there over to use SimpleXML… If I get it working I'll let you know. I think that you're right though, that once the feed parsing is cleaned up, that all the other plumbing should *hopefully* just work.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*