PHPackages                             php-etl/prestashop-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. php-etl/prestashop-plugin

ActiveGyroscops-plugin[Utility &amp; Helpers](/categories/utility)

php-etl/prestashop-plugin
=========================

Plugin for Prestashop Extractor and Loader

v0.1.1(1y ago)037MITPHPPHP ^8.2CI failing

Since Aug 24Pushed 3mo ago1 watchersCompare

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

READMEChangelog (2)Dependencies (10)Versions (6)Used By (0)

PHP-ETL Prestashop plugin
=========================

[](#php-etl-prestashop-plugin)

The Prestashop plugin aims at connecting a Prestashop API to ETL pipelines.

> Read [the complete and up-to-date documentation](https://php-etl.github.io/documentation/connectivity/prestashop) online.

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

[](#installation)

```
composer require php-etl/prestashop-plugin
```

Quick start
-----------

[](#quick-start)

### Building an extractor

[](#building-an-extractor)

```
prestashop:
  client:
    url: 'https://prestashop.example.com'
    api_key: 'abc1234'
  extractor:
    type: 'products'
    method: 'all'
    options:
      columns:
        - 'id'
        - 'product_type'
        - 'price'
      filter:
        id: '[1,10]'
      sorters:
        id: ASC
      id_shop: 1
      id_group_shop: 1
      languages:
        from: 1
        to: 3
      price:
        my_price:
          product_attribute: 25
```

### Building a loader

[](#building-a-loader)

```
prestashop:
  client:
    url: 'https://prestashop.example.com'
    api_key: 'abc1234'
  loader:
    type: 'products'
    method: 'create'
    options:
      id_shop: 1
      id_group_shop: 1
```

> Read the [online documentation](https://php-etl.github.io/documentation/connectivity/prestashop) for more details.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance60

Regular maintenance activity

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.2% 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 ~230 days

Total

3

Last Release

584d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/144109625f8029112d56f43d08120cf03a0918ea3b4fd59ab53f09b02f630b00?d=identicon)[gplanchat](/maintainers/gplanchat)

---

Top Contributors

[![clemzarch](https://avatars.githubusercontent.com/u/28787740?v=4)](https://github.com/clemzarch "clemzarch (16 commits)")[![gplanchat](https://avatars.githubusercontent.com/u/152367?v=4)](https://github.com/gplanchat "gplanchat (6 commits)")[![JoMessina](https://avatars.githubusercontent.com/u/99172532?v=4)](https://github.com/JoMessina "JoMessina (5 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (1 commits)")[![dexbrayat](https://avatars.githubusercontent.com/u/14979552?v=4)](https://github.com/dexbrayat "dexbrayat (1 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/php-etl-prestashop-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/php-etl-prestashop-plugin/health.svg)](https://phpackages.com/packages/php-etl-prestashop-plugin)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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