PHPackages                             kekos/doctrine-console-factory - 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. kekos/doctrine-console-factory

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

kekos/doctrine-console-factory
==============================

Helper for adding Doctrine ORM and Migrations console commands to your own Symfony Console application

v2.0.1(1y ago)05.6k↓37.5%1MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

Since Jul 30Pushed 1y agoCompare

[ Source](https://github.com/Kekos/doctrine-console-factory)[ Packagist](https://packagist.org/packages/kekos/doctrine-console-factory)[ RSS](/packages/kekos-doctrine-console-factory/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (11)Used By (1)

Doctrine console factory
========================

[](#doctrine-console-factory)

Helper for adding Doctrine ORM and Migrations console commands to your own Symfony Console application.

Install
-------

[](#install)

You can install this package via [Composer](http://getcomposer.org/):

```
composer require kekos/doctrine-console-factory

```

Documentation
-------------

[](#documentation)

### Configuration

[](#configuration)

If you have the Doctrine Migrations package installed, a `ConfigurationLoader`must be given to the `DoctrineCommandFactory`. This package ships a `MigrationsConfigurationLoader` which eliminates the `cli-config.php` file in your root directory and can easily be created in your DI container.

```
