Download the PHP package frankfoerster/cakephp-migrations without Composer
On this page you can find all versions of the php package frankfoerster/cakephp-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frankfoerster/cakephp-migrations
More information about frankfoerster/cakephp-migrations
Files in frankfoerster/cakephp-migrations
Download frankfoerster/cakephp-migrations
More information about frankfoerster/cakephp-migrations
Files in frankfoerster/cakephp-migrations
Vendor frankfoerster
Package cakephp-migrations
Short Description CakePHP Migrations Plugin
License MIT
Homepage https://github.com/frankfoerster/cakephp-migrations
Package cakephp-migrations
Short Description CakePHP Migrations Plugin
License MIT
Homepage https://github.com/frankfoerster/cakephp-migrations
Please rate this library. Is it a good library?
Informations about the package cakephp-migrations
Migrations Plugin for CakePHP 2.3+
This migrations plugin is based on the work of "CakeDC/migrations":https://github.com/CakeDC/migrations.
The main goals for the rewrite are:
- move the migration commands to their own functions "up" and "down"
- make all migration actions as atomic as possible to ease testing
- use PHP + CakePHP methods, models in your migrations
- no need for "before" or "after" callbacks since migrations are method calls
- remove migration mappings instead use file names with numeric and datetime prefixes + unique migration class names
Requirements
PHP 5.3+ CakePHP 2.3+
Installation
via composer:
In your app/Config/bootstrap.php
add:
Usage via Shell
License
Copyright (c) Frank Förster (frankfoerster)
Licensed under The MIT License Redistributions of files must retain the above copyright notice.
All versions of cakephp-migrations with dependencies
PHP Build Version
Package Version
The package frankfoerster/cakephp-migrations contains the following files
Loading the files please wait ....