PHPackages                             themarketinglab/hg-plugin-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. themarketinglab/hg-plugin-prestashop

ActiveLibrary

themarketinglab/hg-plugin-prestashop
====================================

Hg plugin for Prestashop

v0.3.0(10y ago)0217PHP

Since May 27Pushed 10y ago14 watchersCompare

[ Source](https://github.com/TheMarketingLab/hg-plugin-prestashop)[ Packagist](https://packagist.org/packages/themarketinglab/hg-plugin-prestashop)[ RSS](/packages/themarketinglab-hg-plugin-prestashop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

hg-plugin-prestashop
====================

[](#hg-plugin-prestashop)

This plugin intends to be as self contained as possible to minimise the amount of code that has to go in the overides

To enable autoloading add the following lines to config/autoload.php in PS1.6

```
// Hg3 Autoloads
define('_HG_VENDOR_DIR_',        _PS_ROOT_DIR_.'/vendor/');
require_once(_HG_VENDOR_DIR_.'autoload.php');

```

Example Overidden methods for FrontController
---------------------------------------------

[](#example-overidden-methods-for-frontcontroller)

```
public $splitPlugin;
public $context;
public $template;

public function run()
{
    $splitP = new SplitPlugin($this, array("current_test"=>array("side"=>1,'id'=>1)));
    $this->splitPlugin = $splitP;
    $this->splitPlugin->setParams();

    parent::run();
    //error_log(print_r($event,true));
}

public function display()
{
    $this->splitPlugin->setSplitThemeDir();
    $this->splitPlugin->addCSS();
    parent::display();
}

public function setTemplate($template)
{
    parent::setTemplate($template);
    $this->splitPlugin->setTemplate();
}

public function getLayout()
{
    $layout = parent::getLayout();
    return $this->splitPlugin->getLayout($layout);
}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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

Total

4

Last Release

3937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72a1e5faa881cb2cb716bf1917e5529c4e204704d931b88705785b84a919523e?d=identicon)[themarketinglab](/maintainers/themarketinglab)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/themarketinglab-hg-plugin-prestashop/health.svg)

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

###  Alternatives

[getkirby/cms

The Kirby core

1.5k535.5k352](/packages/getkirby-cms)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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