PHPackages                             idci/tudor-estock-client-bundle - 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. idci/tudor-estock-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

idci/tudor-estock-client-bundle
===============================

Symfony bundle that provides an api client for Tudor E-Stock API

v1.0.3(1mo ago)010CECILL-CPHPPHP ^8.1

Since Jun 19Pushed 1mo agoCompare

[ Source](https://github.com/IDCI-Consulting/TudorEStockClientBundle)[ Packagist](https://packagist.org/packages/idci/tudor-estock-client-bundle)[ RSS](/packages/idci-tudor-estock-client-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

Tudor E-Stock client bundle
===========================

[](#tudor-e-stock-client-bundle)

Symfony bundle that provides an api client for Tudor E-Stock API

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

[](#installation)

Install this bundle using composer:

```
composer require idci/tudor-estock-client-bundle
```

Configuration
-------------

[](#configuration)

### Create an Eightpoint Guzzle HTTP client

[](#create-an-eightpoint-guzzle-http-client)

In the file `config/packages/eight_points_guzzle.yaml`, create a **Tudor E-Stock API** client :

```
eight_points_guzzle:
    clients:
        tudor_estock_api:
            base_url: 'https://pp-api.services.mytudorwatch.com/estock-retail/retailer' # PROD = 'https://api.services.mytudorwatch.com/estock-retail/retailer'
```

### Configure a cache pool

[](#configure-a-cache-pool)

Create a dedicated **Tudor E-Stock** cache, or use any of your existing pools :

In the file `config/services.yaml`, register your cache pool :

```
# Redis example
app.cache.adapter.redis.tudor_estock:
    parent: 'cache.adapter.redis'
    tags:
        - { name: 'cache.pool', namespace: 'tudor_estock' }
```

In the file `config/packages/cache.yaml`, define your cache pool :

```
framework:
    cache:
        # ...
        pools:
            cache.tudor_estock:
                public: true
```

### Configure tudor-estock-client-bundle

[](#configure-tudor-estock-client-bundle)

In `config/packages/`, create a `idci_tudor_estock_client.yaml` file :

```
idci_tudor_estock_client:
    guzzle_http_client_service_alias: 'eight_points_guzzle.client.tudor_estock_api'
    cache_pool_service_alias: 'cache.tudor_estock'
    client_id: '%env(string:IDCI_TUDOR_ESTOCK_CLIENT_ID)%'
    client_secret: '%env(string:IDCI_TUDOR_ESTOCK_CLIENT_SECRET)%'
    scope: '%env(string:IDCI_TUDOR_ESTOCK_SCOPE)%'
    issuer: '%env(string:IDCI_TUDOR_ESTOCK_ISSUER)%'
```

Required parameters:

- **guzzle\_http\_client\_service\_alias** : The guzzle HTTP client alias
- **client\_id** : The oAuth client ID
- **client\_secret** : The oAuth client secret
- **scope** : The oAuth client scope
- **issuer** : The oAuth token issuer

Then, add these environment variable in your `.env` file :

```
###> idci/tudor-estock-client-bundle ###
IDCI_TUDOR_ESTOCK_CLIENT_ID=
IDCI_TUDOR_ESTOCK_CLIENT_SECRET=
IDCI_TUDOR_ESTOCK_SCOPE=
IDCI_TUDOR_ESTOCK_ISSUER=
###< idci/tudor-estock-client-bundle ###

```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

4

Last Release

31d ago

### Community

Maintainers

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

---

Top Contributors

[![BeBlood](https://avatars.githubusercontent.com/u/24357558?v=4)](https://github.com/BeBlood "BeBlood (7 commits)")

### Embed Badge

![Health badge](/badges/idci-tudor-estock-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/idci-tudor-estock-client-bundle/health.svg)](https://phpackages.com/packages/idci-tudor-estock-client-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M401](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M602](/packages/shopware-core)

PHPackages © 2026

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