PHPackages                             dartmoon/prestashop-console - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. dartmoon/prestashop-console

ActiveLibrary[CLI &amp; Console](/categories/cli)

dartmoon/prestashop-console
===========================

PrestaShop console commands simplified

v0.1.0(4y ago)057MITPHP

Since Dec 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dartmoon-io/prestashop-console)[ Packagist](https://packagist.org/packages/dartmoon/prestashop-console)[ RSS](/packages/dartmoon-prestashop-console/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Prestashop Console
==================

[](#prestashop-console)

Simple boilerplate to streamline the creation of custom PrestaShop console commands.

Installation
------------

[](#installation)

```
composer require dartmoon/prestashop-console
```

Usage
-----

[](#usage)

### Create command file

[](#create-command-file)

You can create a command everywhere in the module folder, but for the sake of explanation let's assume we have a folder name `src/Commands`.

Let's create out first command, creating the file `src/Commands/HelloWorldCommand.php`

```
