PHPackages                             yproximite/ekomi-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. yproximite/ekomi-api

ActiveLibrary

yproximite/ekomi-api
====================

Client library for eKomi API

v5.0.0(3y ago)116.5k11MITPHPPHP ^8.0

Since Dec 26Pushed 3y ago7 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (20)Used By (1)

ekomi-api
=========

[](#ekomi-api)

[![CI (master)](https://github.com/Yproximite/ZohoSubscription/workflows/CI/badge.svg)](https://github.com/Yproximite/ZohoSubscription/workflows/CI/badge.svg)[![](https://camo.githubusercontent.com/911a83e2aa6fe73660ab613629a95c76622bf03049a7344e80c5ea72d4ef9c7d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e302d626c7565)](https://camo.githubusercontent.com/911a83e2aa6fe73660ab613629a95c76622bf03049a7344e80c5ea72d4ef9c7d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e302d626c7565)

PHP Library to get v3 API

- [Usage](#usage)

Usage
-----

[](#usage)

```
use Yproximite\Ekomi\Api\Client\Client;
use Yproximite\Ekomi\Api\Service\ServiceAggregator;
use Yproximite\Ekomi\Api\Message\Order\OrderListMessage;

$client = new Client(
    HttpClient $httpClient,
    string $clientId = '999999',
    string $secretKey = 'xxxxxxxxxxxxxx',
    string $baseUrl = Client::BASE_URL,
    MessageFactory $messageFactory = null,
    CacheItemPoolInterface $cache = null
    string $cacheKey = null
);

$api = new ServiceAggregator($client);

$message = new OrderListMessage();
$message->setOffset(5);
$message->setLimit(10);
$message->setOrderBy(OrderListMessage::ORDER_BY_CREATED);
$message->setOrderDirection(OrderListMessage::ORDER_DIRECTION_DESC);
$message->setWithFeedbackOnly(true);
$message->setCreatedFrom(new \DateTime('2016-10-06 00:00:10'));
$message->setCreatedTill(new \DateTime('2016-11-06 00:14:29'));
$message->setShopId(11);
$message->setCustomDataFilter(['vendor_id' => 123]);

// Yproximite\Ekomi\Api\Model\Order\Order[]
$response = $api->order()->getOrders($message);
```

Test
----

[](#test)

```
./bin/phpspec run
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 57.9% 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 ~109 days

Recently: every ~215 days

Total

19

Last Release

1454d ago

Major Versions

v0.1.0 → v1.0.02016-12-26

v1.0.1 → v2.0.02017-03-01

v2.3.2 → v3.0.02020-01-06

v3.1.0 → v4.0.02022-05-10

v4.0.0 → v5.0.02022-05-17

PHP version history (5 changes)v0.1.0PHP ^5.5 || ^7.0

v2.0.0PHP ^7.0

v3.0.0PHP ^7.1

v3.1.0PHP ^7.4||^8.0

v4.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cc4596a870c941fcf8f77e998b26925e57942559718270f7cece4e0b43c2b6c?d=identicon)[RomulusED69](/maintainers/RomulusED69)

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

---

Top Contributors

[![RomulusED69](https://avatars.githubusercontent.com/u/9000452?v=4)](https://github.com/RomulusED69 "RomulusED69 (33 commits)")[![n-sviridenko](https://avatars.githubusercontent.com/u/9335422?v=4)](https://github.com/n-sviridenko "n-sviridenko (11 commits)")[![tristanbes](https://avatars.githubusercontent.com/u/346010?v=4)](https://github.com/tristanbes "tristanbes (6 commits)")[![romainPrignon](https://avatars.githubusercontent.com/u/2632192?v=4)](https://github.com/romainPrignon "romainPrignon (5 commits)")[![Kocal](https://avatars.githubusercontent.com/u/2103975?v=4)](https://github.com/Kocal "Kocal (1 commits)")[![MGatou](https://avatars.githubusercontent.com/u/16132037?v=4)](https://github.com/MGatou "MGatou (1 commits)")

---

Tags

ekomiekomi-apiphp-library

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yproximite-ekomi-api/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)

PHPackages © 2026

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