PHPackages                             sellerlabs/nodemws-client - 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. [API Development](/categories/api)
4. /
5. sellerlabs/nodemws-client

Abandoned → [sellerlabs/modernmws-client](/?search=sellerlabs%2Fmodernmws-client)Library[API Development](/categories/api)

sellerlabs/nodemws-client
=========================

PHP client for SellerLabs' Research API

v0.3.0(9y ago)24171MITPHP

Since Oct 15Pushed 9y ago39 watchersCompare

[ Source](https://github.com/sellerlabs/modernmws-php)[ Packagist](https://packagist.org/packages/sellerlabs/nodemws-client)[ RSS](/packages/sellerlabs-nodemws-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (6)Versions (25)Used By (0)

research-php [![Build Status](https://camo.githubusercontent.com/80c7b01c9309edcbe976946c612b1168b7d33c05d20516f92f999aa9c5923d88/68747470733a2f2f7472617669732d63692e6f72672f73656c6c65726c6162732f72657365617263682d7068702e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/80c7b01c9309edcbe976946c612b1168b7d33c05d20516f92f999aa9c5923d88/68747470733a2f2f7472617669732d63692e6f72672f73656c6c65726c6162732f72657365617263682d7068702e7376673f6272616e63683d6d6173746572)
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#research-php-)

This is the official PHP client library for SellerLabs' research API service *(Previously known as NodeMWS/ModernMWS client)*.

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

[](#requirements)

- PHP +5.6 or HHVM +3.6.
- Composer and `autoload.php`.
- and of course: credentials to use the research service.

Documentation
-------------

[](#documentation)

- API documentation for the Research Service is available at:
- Documentation for this library is available under the `docs` directory in this repository, and can be viewed online at

Installation &amp; usage
------------------------

[](#installation--usage)

### Using composer:

[](#using-composer)

First, add the package to your `composer.json`:

```
    // ...
    "require": {
        "sellerlabs/research-php": "*"
    }
    // ...
```

Then run `composer update`

### How to use with Laravel 5:

[](#how-to-use-with-laravel-5)

First you need to configure the client inside your app service provider:

```
public function register()
{
    $this->app->bind(
        SellerLabs\Research\Interfaces\ResearchClientInterface::class,
        function () {
            return new ResearchClient(
                'YourClientId',
                'YourClientSecret',
                'http://research.api.sellerlabs.com'
            );
        }
    );
}
```

Then inside any of your controllers, you can inject the dependency through the constructor:

```
// ...
class ProductsController extends Controller
{
    /**
     * Implementation of a client for SellerLabs' research API
     *
     * @var ResearchClientInterface
     */
    protected $researchClient;

    /**
     * Construct an instance of a ProductsController
     */
    public function __construct(ResearchClientInterface $researchClient)
    {
        $this->researchClient = $researchClient;
    }

    /**
     * Handle GET /products/
     */
    public function getIndex()
    {
        return $this->researchClient->getSearch('keyword', 'testing');
    }
}
```

Laravel's container is smart enough to automatically perform dependency injection, which adds the client parameter for you when initializing your controller's class

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 52.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~79 days

Total

20

Last Release

3525d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dd988f2b98f03fca10758512b433d5ce200c677d9a01825e3f6949e7b8e0451?d=identicon)[etcinit](/maintainers/etcinit)

---

Top Contributors

[![etcinit](https://avatars.githubusercontent.com/u/1160305?v=4)](https://github.com/etcinit "etcinit (44 commits)")[![5outh](https://avatars.githubusercontent.com/u/959901?v=4)](https://github.com/5outh "5outh (37 commits)")[![MarkVaughn](https://avatars.githubusercontent.com/u/39970?v=4)](https://github.com/MarkVaughn "MarkVaughn (2 commits)")[![tdouce](https://avatars.githubusercontent.com/u/155476?v=4)](https://github.com/tdouce "tdouce (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sellerlabs-nodemws-client/health.svg)

```
[![Health](https://phpackages.com/badges/sellerlabs-nodemws-client/health.svg)](https://phpackages.com/packages/sellerlabs-nodemws-client)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
