WordpressAPIBundle
Last updated: Friday 19 September 2025 18:49
UNIX name |
Owner |
Status |
WordpressAPIBundle |
eZ Ecosystem |
stable
|
Version |
Compatible with |
N/A
|
N/A
|
Symfony 2 bundles that implements convenient ways to implement the wordpress XML-RPC API.
Wordpress API Bundle
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