cakephp/migrations

Database Migration plugin for CakePHP

Maintainers

👁 cakephp

Package info

github.com/cakephp/migrations

Forum

Type:cakephp-plugin

pkg:composer/cakephp/migrations

Statistics

Installs: 12 722 821

Dependents: 240

Suggesters: 8

Stars: 138

Open Issues: 5

5.2.1 2026-05-28 15:32 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT a5f2d906286003755b0024f38a449cf62effe86f

migrationsclicakephp

This package is auto-updated.

Last update: 2026-06-11 03:22:25 UTC


README

👁 CI
👁 Coverage Status
👁 Software License
👁 Total Downloads

This is a Database Migrations system for CakePHP.

The plugin provides a complete database migration solution with support for creating, running, and managing migrations.

This branch is for use with CakePHP 5.x. See version map for details.

Installation

You can install this plugin into your CakePHP application using Composer.

Run the following command

composer require cakephp/migrations

Configuration

You can load the plugin using the shell command:

bin/cake plugin load Migrations --only-cli

If you are using the PendingMigrations middleware, use:

bin/cake plugin load Migrations

Documentation

Full documentation of the plugin can be found on the CakePHP Cookbook.