PHPackages                             ekapusta/doctrine-phinx-bridge-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. ekapusta/doctrine-phinx-bridge-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

ekapusta/doctrine-phinx-bridge-bundle
=====================================

Auto-generates Phinx migrations from Doctrine scheme differences.

1.0.2(9y ago)56.2k4[1 issues](https://github.com/ekapusta/doctrine-phinx-bridge-bundle/issues)[2 PRs](https://github.com/ekapusta/doctrine-phinx-bridge-bundle/pulls)MITPHP

Since Aug 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/ekapusta/doctrine-phinx-bridge-bundle)[ Packagist](https://packagist.org/packages/ekapusta/doctrine-phinx-bridge-bundle)[ RSS](/packages/ekapusta-doctrine-phinx-bridge-bundle/feed)WikiDiscussions develop Synced 3w ago

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

Doctrine phinx bridge bundle
============================

[](#doctrine-phinx-bridge-bundle)

Auto-generates Phinx migrations from Doctrine scheme differences.

Command arguments
-----------------

[](#command-arguments)

*classname* — migration class name to use instead of autogenerated `AutoMigration1234567890`.

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

[](#configuration)

Currently uses `doctrine_migrations.dir_name` for path and `doctrine_migrations.table_name` for ignoring migrations table.

Usage
-----

[](#usage)

Run `bin/console doctrine:migrations:diff:phinx` to get automigration like `20160825101109_auto_migration20160825131109.php`:

```
