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

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

fabiang/doctrine-migrations-liquibase-laminas
=============================================

Laminas module for creating changesets for Liquibase with Doctrine

v3.0.0(5mo ago)3482BSD-2-ClausePHPPHP ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since Sep 20Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/fabiang/doctrine-migrations-liquibase-laminas)[ Packagist](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-laminas)[ RSS](/packages/fabiang-doctrine-migrations-liquibase-laminas/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (12)Versions (8)Used By (0)

fabiang/doctrine-migrations-liquibase-laminas
=============================================

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

Laminas module for creating changesets for Liquibase with Doctrine.

[![Latest Stable Version](https://camo.githubusercontent.com/ccfaae86fd4dd563d30cd05a700da3e2d406b17c5c02c4c71559ecef18b9434b/687474703a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d6d6967726174696f6e732d6c69717569626173652d6c616d696e61732f76)](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-laminas)[![Total Downloads](https://camo.githubusercontent.com/375eaed661bc11575992ab266996e38047f5823d9e768e79e55a42f36ed03fca/687474703a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d6d6967726174696f6e732d6c69717569626173652d6c616d696e61732f646f776e6c6f616473)](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-laminas)[![License](https://camo.githubusercontent.com/6e0082ac827e732d168bd66cfca0e18dccd89e465e3d77a1b483649c07fcac31/687474703a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d6d6967726174696f6e732d6c69717569626173652d6c616d696e61732f6c6963656e7365)](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-laminas)[![PHP Version Require](https://camo.githubusercontent.com/3b5a6d85db60678c2d1a6045324712c9f66b3d4bae9870eca5443207ec8878e5/687474703a2f2f706f7365722e707567782e6f72672f66616269616e672f646f637472696e652d6d6967726174696f6e732d6c69717569626173652d6c616d696e61732f726571756972652f706870)](https://packagist.org/packages/fabiang/doctrine-migrations-liquibase-laminas)[![Continuous Integration](https://github.com/fabiang/doctrine-migrations-liquibase-laminas/actions/workflows/ci.yml/badge.svg)](https://github.com/fabiang/doctrine-migrations-liquibase-laminas/actions/workflows/ci.yml)

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

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

46

—

FairBetter than 93% of packages

Maintenance73

Regular maintenance activity

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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 ~308 days

Recently: every ~277 days

Total

6

Last Release

154d ago

Major Versions

v1.2.0 → v2.0.02025-12-02

v2.0.1 → v3.0.02025-12-09

PHP version history (5 changes)v1.0.0PHP ^7.4 || ^8.0

v1.1.0PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0

v1.2.0PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

v2.0.0PHP ~8.3.0 || ~8.4.0

v3.0.0PHP ~8.3.0 || ~8.4.0 || ~8.5.0

### 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 (20 commits)")

---

Tags

doctrinedoctrine-ormlaminaslaminas-moduleliquibasephp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[doctrine/doctrine-orm-module

Laminas Module that provides Doctrine ORM functionality

4407.3M293](/packages/doctrine-doctrine-orm-module)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[worksome/foggy

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

26571.7k1](/packages/worksome-foggy)

PHPackages © 2026

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