Recommend this page to a friend! |
Classes of Istvan Dobrentei | PHP OpenCart CLI | readme.md | Download |
|
DownloadOpencart Command Line InterfaceVersion: 0.1 > Sometimes it is neccesseary to run repetable processes, > for example: stock or price update, data exchange with various third party ERP systems, currency rate update, > creating large site xml, exporting, importing etc... > You can create feeds and call them using http requests but sometimes it's running time is too much. > The CLI helps you for it, because it is a consistent tool and you could apply for many webshop versions. > Download only a phar file, put it anywhere in the filesystem and run it with parameters: > It has also an option to run your own logic from command line, see: run:class param.
Compatible with the following Opencart versions:
Usage: php opencart-cli.phar --path=directory --cmd=command Return: JSON answer {result: '', value: ''} Examples:
|