phing/task-liquibase

The LiquibaseTask is a generic task for liquibase commands that don't require extra command parameters.

Maintainers

Package info

github.com/phingofficial/task-liquibase

Type:phing-extension

pkg:composer/phing/task-liquibase

Statistics

Installs: 86 441

Dependents: 0

Suggesters: 0

Stars: 1

3.1.2 2025-12-21 18:31 UTC

This package is auto-updated.

Last update: 2026-03-06 17:31:02 UTC


README

The LiquibaseTask is a generic task for liquibase commands that don't require extra command parameters. You can run commands like updateSQL, validate or updateTestingRollback with this task but not rollbackToDateSQL since it requires a date parameter after the command.

This is a read-only split of https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/Liquibase.

Please report issues and send Pull Requests in the main Phing repository.