debuss-a / prestashop-autocompletion
A package for PrestaShop module development that provides autocompletion for various classes, controllers, hooks, constants...
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=7.1
- smarty/smarty: ^4.3.1
- tecnickcom/tcpdf: ^6.2.12
- twig/twig: ^3.0
This package is auto-updated.
Last update: 2025-07-03 13:46:47 UTC
README
This is a package that provides auto-completion for PrestaShop modules, controllers, hooks, constants ...
If you are like me and are developing PrestaShop modules in your IDE without including the whole PrestaShop project folder, you will find this package very helpful.
Installation
Via Composer:
composer require --dev "debuss-a/prestashop-autocompletion"
Usage
After installing the package, your IDE will automatically detect the classes and constants provided by this package.
You can start using them in your code without any additional configuration.