prestashop / psssst
A PrestaShop module analyzer
Installs: 2 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 10
Forks: 8
Open Issues: 0
Type:project
Requires
- php: ^7.1.3|^8.0
- nikic/php-parser: ^4.0
- symfony/console: ^4.0|^5.0
- symfony/finder: ^4.0|^5.0
Requires (Dev)
- symfony/var-dumper: ^4.0
This package is auto-updated.
Last update: 2024-11-04 23:04:07 UTC
README
The idea behind this minimalist CLI application is to collect information about PrestaShop module. One of the information that is really precious to me is the hooks available for a module.
This is why with this application you can retrieve the list of hooks for a module.
For now, hooks dynamically dispatched in Smarty templates are not found.
How to use it?
Really simple, only the module path is needed.
Alternatively, you can use --export
option to retrieve results as JSON instead.
LICENSE
This project is using the MIT License.