PHPackages                             fabiang/doctrine-migrations-liquibase-zf - 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. fabiang/doctrine-migrations-liquibase-zf

Abandoned → [fabiang/doctrine-migrations-liquibase-laminas](/?search=fabiang%2Fdoctrine-migrations-liquibase-laminas)ArchivedLibrary[Database &amp; ORM](/categories/database)

fabiang/doctrine-migrations-liquibase-zf
========================================

Zend Framework module for creating changesets for Liquibase with Doctrine

v0.2.0(5y ago)11.8kBSD-2-ClausePHPPHP ^7.0

Since Aug 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fabiang/doctrine-migrations-liquibase-zf)[ Packagist](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-zf)[ RSS](/packages/fabiang-doctrine-migrations-liquibase-zf/feed)WikiDiscussions master Synced yesterday

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

fabiang/doctrine-migrations-liquibase-zf
========================================

[](#fabiangdoctrine-migrations-liquibase-zf)

UNMAINTAINED. See [fabiang/doctrine-migrations-liquibase-laminas](https://github.com/fabiang/doctrine-migrations-liquibase-laminas) for a Laminas module.

Zend Framework module for creating changesets for Liquibase with Doctrine.

[![Latest Stable Version](https://camo.githubusercontent.com/4c1ad449c0acf1dc22108c4f8d51abebcb9c70111a4623134baa7039596545bc/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d6d6967726174696f6e732d6c69717569626173652d7a662f76657273696f6e)](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-zf)[![License](https://camo.githubusercontent.com/aec61abb84f74a895c67a37c8397d07e5d463bde0e7cf41307c148533f728502/68747470733a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d6d6967726174696f6e732d6c69717569626173652d7a662f6c6963656e7365)](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-zf)

Installation
------------

[](#installation)

New to Composer? Read the [introduction](https://getcomposer.org/doc/00-intro.md#introduction). Run the following Composer command:

```
$ composer require --dev fabiang/doctrine-migrations-liquibase-zf=@dev
```

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

[](#configuration)

Load the module by adding it to `config/development.config.php`:

```
return [
    'modules' => [
        /** order shouldn't matter here, but it 'DoctrineModule' should be loaded before **/
        'Fabiang\DoctrineMigrationsLiquibase',
    ],
];
```

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
-----

[](#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
-------

[](#licence)

BSD-2-Clause. See the [LICENSE.md](LICENSE.md).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~680 days

Total

2

Last Release

2153d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a001be2e312db9f65923d77f79e8e94e659963fb9e5b19c766c90ddb7e0c3dd0?d=identicon)[fabiang](/maintainers/fabiang)

---

Top Contributors

[![fabiang](https://avatars.githubusercontent.com/u/348344?v=4)](https://github.com/fabiang "fabiang (10 commits)")

---

Tags

doctrinedoctrine-ormliquibasezend-frameworkzf2zf3

### Embed Badge

![Health badge](/badges/fabiang-doctrine-migrations-liquibase-zf/health.svg)

```
[![Health](https://phpackages.com/badges/fabiang-doctrine-migrations-liquibase-zf/health.svg)](https://phpackages.com/packages/fabiang-doctrine-migrations-liquibase-zf)
```

###  Alternatives

[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[doctrine/doctrine-mongo-odm-module

Laminas Module which provides Doctrine MongoDB ODM functionality

86676.6k35](/packages/doctrine-doctrine-mongo-odm-module)[worksome/foggy

Foggy is a tool for making database dumps with some data removed/changed.

26571.7k1](/packages/worksome-foggy)[zfbrasil/doctrine-money-module

Provide ZF2 integration between doctrine and mathiasverraes/money

1627.2k](/packages/zfbrasil-doctrine-money-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
