PHPackages                             sahusoftcom/articlebuilder-net-laravel - 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. sahusoftcom/articlebuilder-net-laravel

ActiveLibrary

sahusoftcom/articlebuilder-net-laravel
======================================

Service Provider for ArticleBuilder.net API &amp; XMLRPClientWordpress Blog Posting

v1.4(10y ago)241203Sahu Soft India Private LimitedPHPPHP &gt;=5.5.9

Since Apr 20Pushed 9y ago8 watchersCompare

[ Source](https://github.com/sahusoftcom/articlebuilder-net-laravel)[ Packagist](https://packagist.org/packages/sahusoftcom/articlebuilder-net-laravel)[ Docs](https://github.com/sahusoftcom/articlebuilder-net-laravel)[ RSS](/packages/sahusoftcom-articlebuilder-net-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (15)Used By (0)

Articlebuilder.Net Laravel Version: 1.0
=======================================

[](#articlebuildernet-laravel-version-10)

Service Provider of ArticleBuilder.net API &amp; XMLRPClient Wordpress for Laravel PHP Framework \[ [Packagist](https://packagist.org/packages/sahusoftcom/articlebuilder-net-laravel) \]

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

[](#installation)

Type the following command in your project directory

`composer require sahusoftcom/articlebuilder-net-laravel`

OR

Add the following line to the `require` section of `composer.json`:

```
{
    "require": {
        "sahusoftcom/articlebuilder-net-laravel": "dev-master"
    }
}
```

Setup
-----

[](#setup)

In `/config/app.php`, add the following to `providers`:

```
SahusoftCom\ArticleBuilder\ArticleBuilderProvider::class
```

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

[](#how-to-use)

1. You should use the `ArtileBuilderService` to access its function
2. Pass `username` &amp; `passsword` parameter in `ArticleBuilderService` Class
3. You should use the `XMLRPClientWordpress` to access its function
4. Pass `xmlrpccurl`, `username` &amp; `password` parameter in `XMLRPClientWordpress` Class

For example:

```
