Please suggest the good PHP Resource to deal with the Blogger API, I need to interact with the Adding new post, editing post, deleting post and Fetching posts.
I saw the Zend Framework doing this, but please suggest some lighter lib for this.
Please suggest the good PHP Resource to deal with the Blogger API, I need
Share
I know you mentioned you wanted something other than Zend, but I have used the Zend Gdata module for a couple of projects (mostly interacting with Google Calendar). It’s been pretty easy to use and can be used standalone, that is without the rest of the Zend Framework.