Download the PHP package hhennes/prestashop-console without Composer
On this page you can find all versions of the php package hhennes/prestashop-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package prestashop-console
PrestaShop Console
PrestaShop cli tools based on Symfony Console component You can read more about it : http://www.h-hennes.fr/blog/2016/05/19/console-prestashop/ (FR)
Releases
You can download all the versions of the console (since 1.5) from the release page https://github.com/nenes25/prestashop_console/releases
Compatibility
PrestaShop Version | Compatible |
---|---|
1.6.x and under | :x: |
1.6.1.x | :heavy_check_mark: (some commands are not available) |
1.7.0 to 1.7.8.x | :heavy_check_mark: |
8+ | :heavy_check_mark: with php7.4 max |
Php Version | Compatible |
---|---|
5.6 | :heavy_check_mark: |
7.0 | :heavy_check_mark: |
7.1 | :heavy_check_mark: |
7.2 | :heavy_check_mark: |
7.3 | :heavy_check_mark: |
7.4 | :heavy_check_mark: |
8.0 | :interrobang: Not yet tested |
8.1 | :interrobang: Not yet tested |
How to use it
Download the file from github in your prestashop root directory (or from the release page):
Add execution mode:
Run the console:
You can also add the phar globaly by adding it in your /usr/local/bin directory:
Then run it with (only work in PrestaShop root directories):
You can check the list of commands here: commands.
If you want to contribute please see: contribute.
Browser version
If no cli is available on your hosting, and if the php exec and shell_exec functions are enabled.
You can use and download the file prestashopConsoleWrapper.php as a wrapper to run some commands directly from the browser.
This wrapper is limited and cannot interact with the console.
All parameters should be passed through the url
Here are some examples :
All versions of prestashop-console with dependencies
psr/log Version ^1.0
symfony/yaml Version ^3.0
symfony/finder Version ^3.1