anthogirard / ps-module-utils
Library to make the module configuration quick & easy to develop. Also provides some useful tools.
Installs: 1 812
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ~7.2 || ~8.0
- ext-curl: *
- ext-json: *
- alcohol/iso4217: ^3.1
- ircmaxell/random-lib: ^1.2
- moneyphp/money: ^3.3
- monolog/monolog: ^2.9
- phpdocumentor/reflection-docblock: ^5.3
- prestashop/decimal: ^1.5
- prestashop/module-lib-service-container: ^2.0
- symfony/filesystem: ^4.4
- symfony/options-resolver: ^4.4
- symfony/property-access: ^4.4
- symfony/property-info: ^4.4
- symfony/serializer: ^4.4
- symfony/validator: ^4.4
- symfony/yaml: ^4.4
Requires (Dev)
- phpunit/phpunit: ^8.5
- prestashop/php-dev-tools: ^3.16
README
PS Module Utils is a library for making development of module's configuration quick & easy. Also provides useful tools.
Requirements
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:
- Composer installation instruction for Windows
- Composer installation instruction for Mac OS X and Linux
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