PHPackages                             xervice/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. xervice/console

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

xervice/console
===============

2.1.1(4y ago)148.7k↓85.7%5MITPHP

Since Jul 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/xervice/console)[ Packagist](https://packagist.org/packages/xervice/console)[ RSS](/packages/xervice-console/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (5)Versions (9)Used By (5)

Xervice: Console
================

[](#xervice-console)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1b5a6df394cd9310eb6c2146db9d78bdd06f04c0b16fd314dbccf18065025622/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f636f6e736f6c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/console/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/c7372373d5fef6b2b4617e6d8297c9399f31f099308e8deafc6c23454e21b17f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f636f6e736f6c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/console/?branch=master)

Console service based on symfony console for Xervice.

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

[](#installation)

```
composer require xervice/console

```

Configuration
-------------

[](#configuration)

There is nothing to configure. But to add your commands, you have to extend the console module and overwrite "getCommandList" method in the dependency provider.

```
