PHPackages                             bsushil/rakuten-api - 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. bsushil/rakuten-api

ActiveLibrary

bsushil/rakuten-api
===================

Rakuten PHP API SDK

0682PHP

Since Jul 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bSushil/rakuten)[ Packagist](https://packagist.org/packages/bsushil/rakuten-api)[ RSS](/packages/bsushil-rakuten-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Rakuten Web Service SDK for PHP
===============================

[](#rakuten-web-service-sdk-for-php)

This package is another version for  with support of PHP namespace. Works well with Yii2 and Laravel.

Installation:
=============

[](#installation)

```
{
    "require": {
        "bsushil/rakuten-api": "dev-master"
    }
}

```

For API information and the document, refer to the original (and official) library.

Usage:
======

[](#usage)

```
        use Rakuten\Client;

        $client = new Client();
        $client->setApplicationId(apiKey);
        $client->setAffiliateId(affiliateID);

        $response = $client->execute('IchibaItemSearch', ['keyword'=>$searchKey, 'hits'=>$pageSize, 'page'=>$page]);
        $responseCode = $response->getCode();

        if($responseCode != 200)
        {
            $arReturn['message'] = $response->getMessage();
        }
        else
        {
            $data = $response->getData();
            $arData = [];
            $arData['totalRecords'] = $data['count'];
            $arData['pageCount'] = $data['pageCount'];
            $arData['data'] = $data['Items'];
            $arReturn['data'] = $arData;
        }

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a9c57ad94d363bce95bd830b12c938824946ba80a7e04ed124f400f0b9faa90?d=identicon)[bSushil](/maintainers/bSushil)

---

Top Contributors

[![bSushil](https://avatars.githubusercontent.com/u/6566651?v=4)](https://github.com/bSushil "bSushil (10 commits)")

### Embed Badge

![Health badge](/badges/bsushil-rakuten-api/health.svg)

```
[![Health](https://phpackages.com/badges/bsushil-rakuten-api/health.svg)](https://phpackages.com/packages/bsushil-rakuten-api)
```

PHPackages © 2026

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