bdunogier/wordpressapibundle

Wordpress API bridge for Symfony 2

dev-master 2014-06-20 10:46 UTC

This package is auto-updated.

Last update: 2024-04-19 10:42:37 UTC


README

This Symfony 2 bundle implements convenient bridges from the various Wordpress XML-RPC APIs (blogger, MovableType, MetaWeblog).

Installation

Add bdunogier/wordpressapibundle to your composer.json, and run composer update/install.

Dependencies

Support status

At this time, this bundle supports the following API methods:

  • blogger.getUsersBlogs
  • blogger.getUserInfo
  • blogger.getPost
  • blogger.deletePost
  • mt.getRecentPostTitles
  • mt.getCategoryList
  • mt.setPostCategories
  • mt.getPostCategories
  • mt.supportedMethods
  • metaWeblog.getCategories
  • metaWeblog.getRecentPosts
  • metaWeblog.newPost
  • metaWeblog.editPost
  • metaWeblog.deletePost
  • metaWeblog.getPost
  • metaWeblog.getCategories
  • system.listMethods
  • wp.getUsersBlogs
  • wp.getOptions
  • wp.getProfile
  • wp.getComments
  • wp.getPostFormats
  • wp.uploadFile
  • wp.getMediaLibrary
  • wp.getMediaItem
  • wp.deletePost
  • wp.getPost

Some of them have hardcoded values, other return empty values...

The Android Wordpress app (https://github.com/wordpress-mobile/WordPress-Android) will list posts, allow creation and removal of existing posts.

References

Analytics