Skip to content

spryker/console

Repository files navigation

Console Module

Latest Stable Version Minimum PHP Version

Console is a wrapper over Symfony’s Console component, that makes the implementation and configuration of a console command easier. A console command is a php class that contains the implementation of a functionality that can get executed from the command line.

Installation

composer require spryker/console

Documentation

Spryker Documentation