PHPackages                             theshopdev/api-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. theshopdev/api-client

ActiveLibrary

theshopdev/api-client
=====================

theshop API client for Laravel.

1.0.5(9mo ago)03511MITPHPPHP ^8.1

Since Aug 16Pushed 9mo ago3 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (10)Used By (0)

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

[](#installation)

1. `composer require theshopdev/api-client`
2. Add `\Theshop\ApiClient\ApiClientServiceProvider::class` to `config/app.php` providers.
3. Fill .env values:

```
THESHOP_API_KEY=
THESHOP_API_ENDPOINT=
THESHOP_CATALOG=

```

Usage
-----

[](#usage)

For single request:

```
$data = $this->getConnector()->send(new ProductListRequest(
    limit: 8,
    offset: 0
))->data;
```

For multiple async requests:

```
$data = $this->getConnector()->sendMultiple([
    'pages' => new ProductListRequest(
        limit: 8,
        offset: 0
    ),
    'categories' => new ProductListRequest(
        limit: 8,
        offset: 0
    )
]);
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance56

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~142 days

Recently: every ~176 days

Total

6

Last Release

291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/efbd91d2c6ca7fa355eb6c5771f7f8f1e3c396144addc7593a3d09dd829f7561?d=identicon)[theshopdev](/maintainers/theshopdev)

---

Top Contributors

[![thepatres](https://avatars.githubusercontent.com/u/18381564?v=4)](https://github.com/thepatres "thepatres (47 commits)")[![viktor-kov](https://avatars.githubusercontent.com/u/48073280?v=4)](https://github.com/viktor-kov "viktor-kov (30 commits)")[![zuzik-asdata](https://avatars.githubusercontent.com/u/120098245?v=4)](https://github.com/zuzik-asdata "zuzik-asdata (15 commits)")[![Jacobs63](https://avatars.githubusercontent.com/u/16275303?v=4)](https://github.com/Jacobs63 "Jacobs63 (2 commits)")[![ekolocz](https://avatars.githubusercontent.com/u/133361584?v=4)](https://github.com/ekolocz "ekolocz (1 commits)")

### Embed Badge

![Health badge](/badges/theshopdev-api-client/health.svg)

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

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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