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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Hg plugin for Prestashop

v0.3.0(11y ago)0217PHP

Since May 27Pushed 11y 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 1w 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 46% 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

4028d 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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k69](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[altis/local-server

Local Server module for Altis

18225.6k4](/packages/altis-local-server)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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