PHPackages                             think.studio/laravel-reviewsio-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. [API Development](/categories/api)
4. /
5. think.studio/laravel-reviewsio-api

ActiveLibrary[API Development](/categories/api)

think.studio/laravel-reviewsio-api
==================================

Laravel reviews.io api.

1.2.0(2y ago)08MITPHPPHP ^8.1

Since Oct 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-think-one/laravel-reviewsio-api)[ Packagist](https://packagist.org/packages/think.studio/laravel-reviewsio-api)[ Docs](https://github.com/dev-think-one/laravel-reviewsio-api)[ RSS](/packages/thinkstudio-laravel-reviewsio-api/feed)WikiDiscussions main Synced 1mo ago

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

Laravel reviews.io api.
=======================

[](#laravel-reviewsio-api)

[![Packagist License](https://camo.githubusercontent.com/1bc4b94bb96ca108859b54ae211aeaccd89449a7e1347053a32a107771f6e1bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d72657669657773696f2d6170693f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/1bc4b94bb96ca108859b54ae211aeaccd89449a7e1347053a32a107771f6e1bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6c61726176656c2d72657669657773696f2d6170693f636f6c6f723d253233346463373166)[![Packagist Version](https://camo.githubusercontent.com/09d2c681ac05b7893f1e4a41385cbf564da2fcd62194a51654f69180226ea9bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b2e73747564696f2f6c61726176656c2d72657669657773696f2d617069)](https://packagist.org/packages/think.studio/laravel-reviewsio-api)[![Total Downloads](https://camo.githubusercontent.com/46b920e8620d6dd37672fa9de9dc9a84f1b0e0d293feed891ec9b46a38f9f2f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b2e73747564696f2f6c61726176656c2d72657669657773696f2d617069)](https://packagist.org/packages/think.studio/laravel-reviewsio-api)[![Build Status](https://camo.githubusercontent.com/19ec0e0e24041f550b9a3f3f6690de571f11f52298ee0e8d164ec147ac4dbc15/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d72657669657773696f2d6170692f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-reviewsio-api/build-status/main)[![Code Coverage](https://camo.githubusercontent.com/f376f2728cc49aefbfeba2fbf0870b793597430a1241ed4099743814813037b4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d72657669657773696f2d6170692f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-reviewsio-api/?branch=main)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dfc2de022b3a722634d6bf12e568b0d1bd3be67b8e0a6bfb44dfe586a76bdd2a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6c61726176656c2d72657669657773696f2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/laravel-reviewsio-api/?branch=main)

API docs are [there](https://api.reviews.io/documentation/index.html).

NOTE: currently there is small coverage of api endpoints, and oriented to open api routes.
(Package is targeted to the tasks what I have, not for support fully api, sorry).

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

[](#installation)

Install the package via composer:

```
composer require think.studio/laravel-reviewsio-api
```

Optionally you can publish the config file with:

```
php artisan vendor:publish --provider="Reviewsio\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

```
use Reviewsio\Facades\Reviewsio;

/** @var \Reviewsio\Endpoints\ProductReviewBySku\Response $response */
$response = Reviewsio::api()
        ->productReviewBySku()
        ->sku('The Reach')
        ->paginate()
        ->call([
            'minRating' => 2,
        ]);

$reviewsCollection = $response->reviews();
$total = $response->total();
$perPage = $response->perPage();
$currentPage = $response->currentPage();
```

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~138 days

Total

3

Last Release

1029d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53f93fa87d58f33d106de6bd5e2946f8a345ebfaee146360746056cb134a15a0?d=identicon)[think.studio](/maintainers/think.studio)

---

Top Contributors

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

---

Tags

laravelreviews.io

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thinkstudio-laravel-reviewsio-api/health.svg)

```
[![Health](https://phpackages.com/badges/thinkstudio-laravel-reviewsio-api/health.svg)](https://phpackages.com/packages/thinkstudio-laravel-reviewsio-api)
```

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[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)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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