anthogirard/ps-module-utils

Library to make the module configuration quick & easy to develop. Also provides some useful tools.

2.1.0 2023-12-22 11:04 UTC

This package is auto-updated.

Last update: 2024-04-22 12:01:55 UTC


README

PS Module Utils is a library for making development of module's configuration quick & easy. Also provides useful tools.

php workflow Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Requirements

Package version PHP compatibility PrestaShop compatibility
v0.x PHP 5.6 or PHP 7.x PrestaShop 1.7.x
v1.x (soon to be release) PHP 5.6 or PHP 7.x PrestaShop 1.7.x
v2.x PHP 7.2+ or PHP 8.x PrestaShop 8.x

Installation

Using Composer

You can install the library via Composer. If you don't already have Composer installed, first install it by following one of these instructions depends on your OS of choice:

After composer is installed, run the following command in your PrestaShop module directory to install the library:

composer require anthogirard/ps-module-utils

Documentation

📘 Please see the wiki page of the repository to understand how to use the library