Download the PHP package fabiang/doctrine-migrations-liquibase-zf without Composer
On this page you can find all versions of the php package fabiang/doctrine-migrations-liquibase-zf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fabiang/doctrine-migrations-liquibase-zf
More information about fabiang/doctrine-migrations-liquibase-zf
Files in fabiang/doctrine-migrations-liquibase-zf
Package doctrine-migrations-liquibase-zf
Short Description Zend Framework module for creating changesets for Liquibase with Doctrine
License BSD-2-Clause
Informations about the package doctrine-migrations-liquibase-zf
fabiang/doctrine-migrations-liquibase-zf
UNMAINTAINED. See fabiang/doctrine-migrations-liquibase-laminas for a Laminas module.
Zend Framework module for creating changesets for Liquibase with Doctrine.
Installation
New to Composer? Read the introduction. Run the following Composer command:
Configuration
Load the module by adding it to config/development.config.php
:
If you don't have a recommended development.config.php
you can also add it to application.config.php
.
But you should not activate the module on production systems, as you don't need it there.
Usage
You should see two new command for doctrine-module
when you execute the following command in your project:
./vendor/bin/doctrine-module list
- orm:liquibase:createchangelog
- orm:liquibase:creatediff
First creates the whole changelog XML file, second command creates just the diff.
Licence
BSD-2-Clause. See the LICENSE.md.
All versions of doctrine-migrations-liquibase-zf with dependencies
doctrine/doctrine-module Version ^1.2 || ^2.0 || ^3.0 || ^4.0
symfony/console Version ^2.3 || ^3.0 || ^4.0 || ^5.0
toilal/doctrine-migrations-liquibase Version ^1.1
zendframework/zend-modulemanager Version ^2.8
zendframework/zend-servicemanager Version ^2.7.8 || ^3.0