PHPackages                             yuzuru-s/post-to-wp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. yuzuru-s/post-to-wp

ActiveLibrary[Image &amp; Media](/categories/media)

yuzuru-s/post-to-wp
===================

This PHP library can easily post articles to wordpress with its thumbnail

1.0.4(9y ago)10334MITPHPPHP &gt;=5.5.0

Since Nov 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/YuzuruS/post-to-wp)[ Packagist](https://packagist.org/packages/yuzuru-s/post-to-wp)[ Docs](https://github.com/YuzuruS/post-to-wp)[ RSS](/packages/yuzuru-s-post-to-wp/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

This PHP library can easily post articles to wordpress with its thumbnail
=========================================================================

[](#this-php-library-can-easily-post-articles-to-wordpress-with-its-thumbnail)

[![Coverage Status](https://camo.githubusercontent.com/af244feb82f763e23b967926973d9cda9647a97685323b8db5cef2a8ae231fa6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f59757a757275532f706f73742d746f2d77702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/YuzuruS/post-to-wp?branch=master)[![Build Status](https://camo.githubusercontent.com/7e9a516246e7ed4c30c69c99d499c4a6c79282d927aee9d60f8f58663817d812/68747470733a2f2f7472617669732d63692e6f72672f59757a757275532f706f73742d746f2d77702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/YuzuruS/post-to-wp)[![Stable Version](https://camo.githubusercontent.com/ad1fad29a9c73b06df848d83bd4e91d2ad29ed1b468fb14ea7a61ab62641851a/68747470733a2f2f706f7365722e707567782e6f72672f79757a7572752d732f706f73742d746f2d77702f762f737461626c65)](https://packagist.org/packages/yuzuru-s/post-to-wp)[![Download Count](https://camo.githubusercontent.com/6a2c067572a339dd3531a8340ae237b54462add938df97590d995ea836921d9a/68747470733a2f2f706f7365722e707567782e6f72672f79757a7572752d732f706f73742d746f2d77702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/yuzuru-s/post-to-wp)[![License](https://camo.githubusercontent.com/ec25596e18b6c9c5f23daf5364fb0b579734dbfb98cf2041c6c12c591d3db723/68747470733a2f2f706f7365722e707567782e6f72672f79757a7572752d732f706f73742d746f2d77702f6c6963656e7365)](https://packagist.org/packages/yuzuru-s/post-to-wp)

Requirements
------------

[](#requirements)

- PHP
    - > =5.5 &gt;=5.6, &gt;=7.0
- ext-xmlrpc
- Composer

Installation
------------

[](#installation)

- Using composer

```
{
    "require": {
       "yuzuru-s/post-to-wp": "1.0.*"
    }
}

```

```
$ php composer.phar update yuzuru-s/post-to-wp --dev

```

How to use
----------

[](#how-to-use)

Please check [sample code](https://github.com/YuzuruS/post-to-wp/blob/master/sample/usecase.php)

```
