wespals/phinx-db2-adapter

An IBM DB2 database adapter for the Phinx migration package

Maintainers

Package info

github.com/wespals/phinx-db2-adapter

pkg:composer/wespals/phinx-db2-adapter

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2022-05-28 03:09 UTC

This package is auto-updated.

Last update: 2026-02-28 11:05:13 UTC


README

An IBM DB2 database adapter for the Phinx migration package

Installation

composer require wespals/phinx-db2-adapter

Usage

use Phinx\Db\Adapter\AdapterFactory;
use PhinxDb2Adapter\PhinxDb2Adapter;

AdapterFactory::instance()->registerAdapter('ibm', PhinxDb2Adapter::class);