spryker / console
Console module
4.14.0
2024-11-04 14:07 UTC
Requires
- php: >=8.2
- spryker/acl-entity-extension: ^0.1.0 || ^0.2.0 || ^1.0.0
- spryker/application: ^3.23.0
- spryker/application-extension: ^1.0.0
- spryker/config: ^3.0.0
- spryker/container: ^1.4.0
- spryker/error-handler: ^2.0.0
- spryker/kernel: ^3.52.0
Requires (Dev)
- spryker/code-sniffer: *
- spryker/log: ^3.0.0
- spryker/propel: *
- spryker/testify: *
Suggests
- spryker/log: If you want to use the Log feature in console commands, install this package and add ConsoleLogPlugin to the list of EventSubscriber in your ConsoleDependencyProvider.
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.4
- 4.10.3
- 4.10.2
- 4.10.1
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.5.1
- 4.5.0
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- dev-master / 4.0.x-dev
- 4.0.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC2
- 2.0.0-RC1
- 1.0.0
- 0.20.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/spryker-mini-api-framework
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
This package is auto-updated.
Last update: 2024-11-05 16:34:28 UTC
README
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