2017 © Pedro Peláez
 

cakephp-plugin migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

image

cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  • Saturday, July 14, 2018
  • by cakephp
  • Repository
  • 45 Watchers
  • 86 Stars
  • 1,607,981 Installations
  • PHP
  • 137 Dependents
  • 2 Suggesters
  • 73 Forks
  • 38 Open issues
  • 50 Versions
  • 11 % Grown

The README.md

Migrations plugin for CakePHP

CI Coverage Status Software License Total Downloads, (*1)

This is a Database Migrations system for CakePHP., (*2)

The plugin consists of a CakePHP CLI wrapper for the Phinx migrations library., (*3)

This branch is for use with CakePHP 5.x. See version map for details., (*4)

Installation

You can install this plugin into your CakePHP application using Composer., (*5)

Run the following command, (*6)

composer require cakephp/migrations
 ```

## Configuration

You can load the plugin using the shell command:

bin/cake plugin load Migrations, (*7)


Or you can manually add the loading statement in the **src/Application.php** file of your application: ```php public function bootstrap(): void { parent::bootstrap(); $this->addPlugin('Migrations'); }

Enabling the builtin backend

In a future release, migrations will be switching to a new backend based on the CakePHP ORM. We're aiming to be compatible with as many existing migrations as possible, and could use your feedback. Enable the new backend with:, (*8)

// in app/config/app_local.php
$config = [
    // Other configuration
    'Migrations' => ['backend' => 'builtin'],
];

Documentation

Full documentation of the plugin can be found on the CakePHP Cookbook., (*9)

The Versions

14/07 2018
14/07 2018

dev-saeideng-patch-1

dev-saeideng-patch-1 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

25/04 2018

dev-plugin-class

dev-plugin-class https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

23/01 2018

dev-bump-year

dev-bump-year https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

12/12 2017
23/08 2017

dev-travis

dev-travis https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

05/08 2017

1.7.1

1.7.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

01/08 2017

1.7.0

1.7.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

29/07 2017

dev-phinx-081

dev-phinx-081 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

07/06 2017

dev-revert-313-undersocre-migration-diff

dev-revert-313-undersocre-migration-diff https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

01/02 2017

dev-antograssiot-patch-1

dev-antograssiot-patch-1 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

07/01 2017

1.6.7

1.6.7.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

01/01 2017

1.6.6

1.6.6.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

30/12 2016

1.6.5

1.6.5.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

14/11 2016

1.6.4

1.6.4.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

23/06 2016

1.6.3

1.6.3.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

21/06 2016

dev-dump-require-table

dev-dump-require-table https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

14/06 2016

1.6.2

1.6.2.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

23/05 2016

1.6.1

1.6.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

19/05 2016

1.6.0

1.6.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

06/05 2016

1.5.8

1.5.8.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

02/03 2016

1.5.7

1.5.7.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

09/02 2016

1.5.6

1.5.6.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

19/01 2016

1.5.5

1.5.5.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

05/01 2016

1.5.4

1.5.4.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

05/01 2016

1.5.3

1.5.3.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

25/12 2015

1.5.2

1.5.2.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

16/12 2015

1.3.x-dev

1.3.9999999.9999999-dev https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

16/12 2015

1.3.2

1.3.2.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

01/12 2015

1.5.1

1.5.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

30/11 2015

1.5.0

1.5.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

16/10 2015

1.4

1.4.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

30/09 2015

1.3.1

1.3.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

05/09 2015

1.3

1.3.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

02/09 2015

1.2.2

1.2.2.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

11/08 2015

1.2.1

1.2.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

31/07 2015

1.2

1.2.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

19/07 2015

1.1.5

1.1.5.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

07/07 2015

1.1.4

1.1.4.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

14/06 2015

1.1.3

1.1.3.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

08/06 2015

1.1.2

1.1.2.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

29/05 2015

1.1.1

1.1.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

18/04 2015

1.1.0

1.1.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

09/04 2015

1.0.2

1.0.2.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

22/03 2015

1.0.1

1.0.1.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp

22/03 2015

1.0.0

1.0.0.0 https://github.com/cakephp/migrations

Database Migration plugin for CakePHP 3.0 based on Phinx

  Sources   Download

MIT

The Requires

 

The Development Requires

migrations cakephp