loveoss / psssst
A PrestaShop module analyzer
Installs: 1 853
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 4
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- nikic/php-parser: ^4.0
- symfony/console: ^4.0
- symfony/finder: ^4.0
Requires (Dev)
- symfony/var-dumper: ^4.0
This package is not auto-updated.
Last update: 2021-09-30 12:06:09 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.
Cool! Can you add XXX feature?
Nah, I don't have time or motivation to make something big. If you like it, star it and fork it: this project is using the MIT License.