PHPackages                             magicalella/yii2-prestashop - 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. [Framework](/categories/framework)
4. /
5. magicalella/yii2-prestashop

ActiveYii2-extension[Framework](/categories/framework)

magicalella/yii2-prestashop
===========================

Prestashop component for Yii 2 framework

v1.0.0(2y ago)2131MITPHPPHP &gt;=5.4.0

Since Feb 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/magicalella/yii2-prestashop)[ Packagist](https://packagist.org/packages/magicalella/yii2-prestashop)[ RSS](/packages/magicalella-yii2-prestashop/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

yii2-prestashop
===============

[](#yii2-prestashop)

Modulo per integrare la Yii con Prestashop

[Prestashop Technical API Documentation](https://devdocs.prestashop-project.org/8/webservice/tutorials/prestashop-webservice-lib/)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Run

```
composer require "magicalella/yii2-prestashop" "*"

```

or add

```
"magicalella/yii2-prestashop": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

1. Add component to your config file

```
'components' => [
    // ...
    'prestashop' => [
        'class' => 'magicalella\prestashop\Prestashop',
        'url' => 'URL Site prestashop',
        'key' => 'API Keyu WebService PS',
        'debug' => true/false,
        'version' => 'version PS'
    ],
]
```

2. Add new contact to Prestashop . Patch a contact by email. If contact does not exists, it is created

```
$prestashop = Yii::$app->prestashop;
$prestashop->$url = $this->$url;
$prestashop->key = $this->key;
$prestashop->debug = $this->debug;
try
 {
    $xml = $prestashop->get(['resource' => 'orders','limit'=> $off_set.','.$limit,'sort'=>'id_ASC']);
 }
catch (BridgePSException $ex)
 {
    echo 'Error : '.$ex->getMessage();
}
```

Check [Prestashop Technical API Documentation](https://devdocs.prestashop-project.org/8/webservice/tutorials/advanced-use/) for all available options.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

864d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29289928?v=4)[Raffaella](/maintainers/magicalella)[@magicalella](https://github.com/magicalella)

---

Top Contributors

[![magicalella](https://avatars.githubusercontent.com/u/29289928?v=4)](https://github.com/magicalella "magicalella (9 commits)")

### Embed Badge

![Health badge](/badges/magicalella-yii2-prestashop/health.svg)

```
[![Health](https://phpackages.com/badges/magicalella-yii2-prestashop/health.svg)](https://phpackages.com/packages/magicalella-yii2-prestashop)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

47912.3M280](/packages/yiisoft-yii2-redis)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k961.7k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

44411.6M327](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

21624.5M620](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7101.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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