Download the PHP package akrabat/rka-doctrine-migrations-runner without Composer
On this page you can find all versions of the php package akrabat/rka-doctrine-migrations-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download akrabat/rka-doctrine-migrations-runner
More information about akrabat/rka-doctrine-migrations-runner
Files in akrabat/rka-doctrine-migrations-runner
Download akrabat/rka-doctrine-migrations-runner
More information about akrabat/rka-doctrine-migrations-runner
Files in akrabat/rka-doctrine-migrations-runner
Vendor akrabat
Package rka-doctrine-migrations-runner
Short Description Standalone runner for Doctrine Migrations
License BSD-3-Clause
Homepage http://github.com/akrabat/rka-doctrine-migrations-runner
Package rka-doctrine-migrations-runner
Short Description Standalone runner for Doctrine Migrations
License BSD-3-Clause
Homepage http://github.com/akrabat/rka-doctrine-migrations-runner
Please rate this library. Is it a good library?
Informations about the package rka-doctrine-migrations-runner
Standalone runner for Doctrine Migrations
This project provides vendor/bin/migrations.php
which allows running
docrine/migrations1 without any framework integration.
Installation
$ composer require doctrine/migrations:dev-master
$ composer require akrabat/rka-doctrine-migrations-runner
(We need to explictly require doctrine/migrations as that project hasn't yet published a stable version)
Usage
- Create a
migrations
folder -
Create a
migrations.yml
file containing:name: Doctrine Migrations migrations_namespace: Migrations table_name: migrations migrations_directory: migrations
-
Create a migrations-db.php file containing your database connection details:
-
Test:
php vendor/bin/migrations.php status
See the documentation2 for the rest.
All versions of rka-doctrine-migrations-runner with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/console Version ^2.5
symfony/yaml Version ^2.6
doctrine/migrations Version 1.0.*@dev
symfony/console Version ^2.5
symfony/yaml Version ^2.6
doctrine/migrations Version 1.0.*@dev
The package akrabat/rka-doctrine-migrations-runner contains the following files
Loading the files please wait ....