2017 © Pedro Peláez
 

library wordpressapibundle

Wordpress API bridge for Symfony 2

image

bdunogier/wordpressapibundle

Wordpress API bridge for Symfony 2

  • Friday, June 20, 2014
  • by bdunogier
  • Repository
  • 0 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 6 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Wordpress API Bundle

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

Installation

Add bdunogier/wordpressapibundle to your composer.json, and run composer update/install., (*2)

Dependencies

  • https://github.com/bdunogier/xmlrpcbundle.
  • http://github.com/ezsystems/ezpublish-kernel (temporary requirement) since it is initially based on the eZ Publish 5 content API. This requirement will be removed in the near future by means of handlers, and the eZPublish specifics moved to a dedicated bundle.

Support status

At this time, this bundle supports the following API methods:, (*3)

  • 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..., (*4)

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

References

  • Blogger API: http://codex.wordpress.org/XML-RPC_Blogger_API
  • MovableType API: http://codex.wordpress.org/XML-RPC_MovableType_API
  • MetaWeblog API: http://codex.wordpress.org/XML-RPC_MetaWeblog_API
  • Wordpress API: http://codex.wordpress.org/XML-RPC_WordPress_API

Analytics, (*6)

The Versions

20/06 2014

dev-master

9999999-dev

Wordpress API bridge for Symfony 2

  Sources   Download

GPL-2.0

The Requires

 

04/01 2014

dev-wp.editPost

dev-wp.editPost

Wordpress API bridge for Symfony 2

  Sources   Download

GPL-2.0

The Requires