PHPackages                             presta-expert/module-helper - 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. presta-expert/module-helper

ActiveLibrary

presta-expert/module-helper
===========================

Helper which you may use when creating your custom modules instead of using standard prestashop Module class

v1.0.5(3y ago)339↓50%[1 issues](https://github.com/presta-expert/module-helper/issues)1MITPHPPHP &gt;=5.2.4

Since Mar 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/presta-expert/module-helper)[ Packagist](https://packagist.org/packages/presta-expert/module-helper)[ Docs](https://presta.expert)[ RSS](/packages/presta-expert-module-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (1)

README
======

[](#readme)

An abstract class which you may use when creating your custom modules instead of using standard prestashop Module class.

It implements some features that allows you to create modules in a more schematic way without unnecessarily repeating the code.

I plan to add more options in the future including simplification for creating controllers, forms, tables etc.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.2.4
- Prestashop 1.5 - 1.7

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

[](#installation)

### Composer (recommended)

[](#composer-recommended)

```
$ composer require presta-expert/module-helper
```

Basic usage
-----------

[](#basic-usage)

```
