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

ActiveLibrary[API Development](/categories/api)

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

theshop API client for Laravel.

2.0(2mo ago)03691MITPHPPHP ^8.1

Since Aug 16Pushed 2mo 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 2w ago

READMEChangelog (7)Dependencies (4)Versions (11)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

45

—

FairBetter than 91% of packages

Maintenance85

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~170 days

Recently: every ~249 days

Total

7

Last Release

75d ago

Major Versions

1.0.5 → 2.02026-06-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/105063251?v=4)[theshop](/maintainers/theshopdev)[@theshopdev](https://github.com/theshopdev)

---

Top Contributors

[![thepatres](https://avatars.githubusercontent.com/u/18381564?v=4)](https://github.com/thepatres "thepatres (48 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

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.8M228](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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