PHPackages                             testudio/retailexpress-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. [API Development](/categories/api)
4. /
5. testudio/retailexpress-php

ActiveLibrary[API Development](/categories/api)

testudio/retailexpress-php
==========================

Retail Express API PHP Client

1.0.3(1y ago)0102↓86.7%GPL-2.0-or-laterPHPPHP &gt;=8.0

Since Jun 23Pushed 1y agoCompare

[ Source](https://github.com/testudio/retailexpress-php)[ Packagist](https://packagist.org/packages/testudio/retailexpress-php)[ RSS](/packages/testudio-retailexpress-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (5)Used By (0)

RetailExpress PHP Client
========================

[](#retailexpress-php-client)

A PHP client wrapper for the Retail Express API (v2.1), built with Guzzle.

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

[](#installation)

```
composer require testudio/retailexpress-php
```

Usage
-----

[](#usage)

```
use RetailExpress\RetailExpressClient;

$client = new RetailExpressClient('your_api_key');

// Fetch customers
$customers = $client->getCustomers();

// Create a customer
$newCustomer = $client->createCustomer([
    'first_name' => 'John',
    'last_name' => 'Smith',
    'email' => 'john@example.com'
]);

// Fetch products
$products = $client->getProducts();

// Get a specific order
$order = $client->getOrder(123);
```

Endpoints Covered
-----------------

[](#endpoints-covered)

- Customers: list, get, create, update
- Products: list, get
- Product Detail Logs: list, get
- Product Prices: list, get
- Orders: list, get

Requirements
------------

[](#requirements)

- PHP 8.0+
- Guzzle 7+

Testing
-------

[](#testing)

```
composer install
vendor/bin/phpunit
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance49

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

Total

4

Last Release

373d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76243406?v=4)[VladimirTes](/maintainers/VladimirTes)[@vladimirtes](https://github.com/vladimirtes)

---

Top Contributors

[![jannakha-copy-01](https://avatars.githubusercontent.com/u/11153285?v=4)](https://github.com/jannakha-copy-01 "jannakha-copy-01 (5 commits)")[![VladimirAus](https://avatars.githubusercontent.com/u/1356166?v=4)](https://github.com/VladimirAus "VladimirAus (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/testudio-retailexpress-php/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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