Download the PHP package vados/phalcon-migration-runner without Composer
On this page you can find all versions of the php package vados/phalcon-migration-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vados/phalcon-migration-runner
More information about vados/phalcon-migration-runner
Files in vados/phalcon-migration-runner
Download vados/phalcon-migration-runner
More information about vados/phalcon-migration-runner
Files in vados/phalcon-migration-runner
Vendor vados
Package phalcon-migration-runner
Short Description Easy migration runner for Phalcon framework
License BSD-2-Clause
Package phalcon-migration-runner
Short Description Easy migration runner for Phalcon framework
License BSD-2-Clause
Please rate this library. Is it a good library?
Informations about the package phalcon-migration-runner
Phalcon Migration Runner
Works with PHP 7.1+
Usage
You can run command 'migration_runner' for creating and applying or reverting migration to your database.
By default, runner call method 'help'.
Available methods
- help - Show help information
- create {name} - Create new migration
- up {runCount=0} - Apply new migrations
- down {runCount=1} - Revert some migration
In your migrations you should use Phalcon Pdo Adapter provided by method 'getDbConnection'. You can find API definition in Phalcon documentation
Example
Create migration (For first run runner create config)
Describe your migration
Apply your migration
Installation
Use composer for installation
Contribution guidelines
- Writing tests
- Code review
- Guidelines accord
All versions of phalcon-migration-runner with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-phalcon Version >=3.2
ext-phalcon Version >=3.2
The package vados/phalcon-migration-runner contains the following files
Loading the files please wait ....