PHPackages                             shoppexio/shoppex-php - 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. shoppexio/shoppex-php

ActiveLibrary

shoppexio/shoppex-php
=====================

Official PHP SDK for the Shoppex Developer API

v0.1.1(yesterday)00MITPHPPHP ^8.2

Since Apr 6Pushed yesterdayCompare

[ Source](https://github.com/ShoppexIO/sdk-php)[ Packagist](https://packagist.org/packages/shoppexio/shoppex-php)[ Docs](https://docs.shoppex.io/api-reference/sdks)[ RSS](/packages/shoppexio-shoppex-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

shoppexio/shoppex-php
=====================

[](#shoppexioshoppex-php)

Official PHP SDK for the Shoppex Developer API.

This package is built for backend apps, admin tooling, and server-side integrations that talk to `/dev/v1/*`.

Install
-------

[](#install)

```
composer require shoppexio/shoppex-php
```

Quick Start
-----------

[](#quick-start)

```
use Shoppex\ShoppexClient;

$client = new ShoppexClient(apiKey: 'shx_your_api_key');

$me = $client->me()->get();
$products = $client->products()->list(['page' => 1, 'limit' => 20]);
```

Auth
----

[](#auth)

Use one of these:

- `apiKey` for your own server-to-server integrations
- `accessToken` for OAuth app installs

Included Services
-----------------

[](#included-services)

- `me`
- `products`
- `orders`
- `customers`
- `payments`
- `invoices`
- `coupons`
- `webhooks`

This covers the main backend workflows:

- product reads and writes
- order creation, completion, fulfillment, and refunds
- customer reads and writes
- payment and invoice flows
- coupon checks and CRUD
- webhook management and delivery logs

Docs
----

[](#docs)

- Developer API docs: [docs.shoppex.io/api-reference/introduction](https://docs.shoppex.io/api-reference/introduction)
- SDK docs: [docs.shoppex.io/api-reference/sdks](https://docs.shoppex.io/api-reference/sdks)

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

2

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76737329?v=4)[Florian](/maintainers/floraiNx)[@floraiNx](https://github.com/floraiNx)

---

Top Contributors

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

---

Tags

api-clientdeveloper-apiphpsdkshoppexphpsdkdeveloper apishoppex

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/shoppexio-shoppex-php/health.svg)

```
[![Health](https://phpackages.com/badges/shoppexio-shoppex-php/health.svg)](https://phpackages.com/packages/shoppexio-shoppex-php)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[microsoft/azure-storage-queue

This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Queue APIs.

142.6M16](/packages/microsoft-azure-storage-queue)[cryptonator/merchant-php-sdk

Cryptonator.com Merchant API SDK for PHP

2713.7k](/packages/cryptonator-merchant-php-sdk)

PHPackages © 2026

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