PHPackages                             turbolabit/php-symfony-basecommand - 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. turbolabit/php-symfony-basecommand

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

turbolabit/php-symfony-basecommand
==================================

A Symfony bundle to build your own CLI commands even faster

0918↓33.3%1PHP

Since Feb 17Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/TurboLabIt/php-symfony-basecommand)[ Packagist](https://packagist.org/packages/turbolabit/php-symfony-basecommand)[ RSS](/packages/turbolabit-php-symfony-basecommand/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony BaseCommand
===================

[](#symfony-basecommand)

An extension of Symfony Console Command to build your own CLI commands better and faster.

 [![](https://camo.githubusercontent.com/7c70cc42ea0706d0ae8286d447a68c58b5db1d4e4f7a304a9deb903c96024dfb/68747470733a2f2f692e706f7374696d672e63632f4648426644624a4e2f7a2d53686f742d313637333231393236312e706e67)](https://camo.githubusercontent.com/7c70cc42ea0706d0ae8286d447a68c58b5db1d4e4f7a304a9deb903c96024dfb/68747470733a2f2f692e706f7374696d672e63632f4648426644624a4e2f7a2d53686f742d313637333231393236312e706e67)

🚀 Start your project (without Symfony)
--------------------------------------

[](#-start-your-project-without-symfony)

If you are building a simple command and don't want the whole Symfony framework:

```
composer init
```

Install the package (see: [Install it with composer](https://github.com/TurboLabIt/php-symfony-basecommand#-install-it-with-composer))

Use this template to generate a `MyApp.php` bootstrap file:

```
