wespals/phinx-db2-adapter

An IBM DB2 database adapter for the Phinx migration package

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wespals/phinx-db2-adapter

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

This package is auto-updated.

Last update: 2025-10-28 10:24:07 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);