PHPackages                             thesis/symfony-console-module - 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. thesis/symfony-console-module

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

thesis/symfony-console-module
=============================

Thesis Symfony Console Module

0.1.0(yesterday)00MITPHPPHP ^8.4CI passing

Since Jun 30Pushed yesterdayCompare

[ Source](https://github.com/thesis-php/symfony-console-module)[ Packagist](https://packagist.org/packages/thesis/symfony-console-module)[ Fund](https://www.tinkoff.ru/cf/5MqZQas2dk7)[ RSS](/packages/thesis-symfony-console-module/feed)WikiDiscussions 0.1.x Synced today

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Thesis Symfony Console Module
=============================

[](#thesis-symfony-console-module)

A [Thesis DIC](https://github.com/thesis-php/dic) module that integrates [Symfony Console](https://symfony.com/doc/current/components/console.html) into your application.

Supports all registration features:

- [invokable commands](https://symfony.com/doc/current/console.html#creating-a-command)
- [method-based commands](https://symfony.com/doc/current/console.html#method-based-commands)
- [`Symfony\Component\Console\Command\Command` subclasses](https://symfony.com/doc/current/console.html#legacy-syntax-to-define-commands)
- [lazy commands](https://symfony.com/doc/current/console/lazy_commands.html)
- `#[Symfony\Component\Console\Attribute\AsCommand]` attribute

Requirements
------------

[](#requirements)

- PHP 8.4+
- `symfony/console` ^6 | ^7 | ^8

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

[](#installation)

```
composer require thesis/symfony-console-module
```

Quick start
-----------

[](#quick-start)

Here's a console app built with Thesis Dic and Symfony Console Module:

```
