PHPackages                             staempfli/magento-symfony-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. staempfli/magento-symfony-console

AbandonedMagento-module[CLI &amp; Console](/categories/cli)

staempfli/magento-symfony-console
=================================

1.0(9y ago)2141

Since Dec 8Compare

[ Source](https://github.com/staempfli/magento-symfony-console)[ Packagist](https://packagist.org/packages/staempfli/magento-symfony-console)[ RSS](/packages/staempfli-magento-symfony-console/feed)WikiDiscussions Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Magento Symfony Console
=======================

[](#magento-symfony-console)

[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](https://camo.githubusercontent.com/14a8e7234bd98508cfd9903b34d873f772f8bad5efc410eddd157e9561fa51e6/687474703a2f2f7777772e7265706f7374617475732e6f72672f6261646765732f6c61746573742f6162616e646f6e65642e737667)](http://www.repostatus.org/#abandoned)

Magento module that adds symfony console capabilities like in Magento 2.

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

[](#installation)

```
composer require "staempfli/magento-symfony-console":"~1.0"

```

Usage
-----

[](#usage)

```
/bin/magento

```

Add Commands
------------

[](#add-commands)

1. Add your model class to the available commands on `etc/config.xml`

    ```

                vendorname_packagename/console_sampleCommand

    ```
2. Create your class under `Model` and extend from `Staempfli_Console_Model_Command`

    ```
