Download the PHP package fabiang/doctrine-migrations-liquibase-laminas without Composer
On this page you can find all versions of the php package fabiang/doctrine-migrations-liquibase-laminas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fabiang/doctrine-migrations-liquibase-laminas
More information about fabiang/doctrine-migrations-liquibase-laminas
Files in fabiang/doctrine-migrations-liquibase-laminas
Package doctrine-migrations-liquibase-laminas
Short Description Laminas module for creating changesets for Liquibase with Doctrine
License BSD-2-Clause
Informations about the package doctrine-migrations-liquibase-laminas
fabiang/doctrine-migrations-liquibase-laminas
Laminas 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-laminas with dependencies
doctrine/doctrine-module Version ^3.0 || ^4.0 || ^5.0 || ^6.0
doctrine/orm Version ^2.5
fabiang/doctrine-migrations-liquibase Version ^2.0
laminas/laminas-modulemanager Version ^2.8
laminas/laminas-servicemanager Version ^3.0
symfony/console Version ^4.0 || ^5.0 || ^6.0 || ^7.0