Download the PHP package phalcon/migrations without Composer
On this page you can find all versions of the php package phalcon/migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package migrations
Phalcon Migrations
Generate or migrate database changes via migrations.
Main idea of Phalcon migrations is to automatically detect changes and morphing without writing manual migrations.
Full documentation
Phalcon Documentation - Database Migrations
Requirements
- PHP >= 7.4
- Phalcon >= 5.0.0
- PHP ext-posix (Linux)
Installing via Composer
Quick start
What you need for quick start:
- Configuration file (ex:
migrations.php
) in root of your project (you can also pass them as parameters inside CLI environment) - Create database tables structure
- Execute command to generate migrations
After that you can execute that migrations (run) in another environment to create same DB structure.
Create configuration file
Configuration filename can be whatever you want.
Generate migrations
Or if you have ready to use configuration file.
Run migrations
Or if you have ready to use configuration file.
List existing migrations
All versions of migrations with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-phalcon Version >=5.0.1
phalcon/cli-options-parser Version ^1.2
nette/php-generator Version ^3.5
ext-phalcon Version >=5.0.1
phalcon/cli-options-parser Version ^1.2
nette/php-generator Version ^3.5
The package phalcon/migrations contains the following files
Loading the files please wait ....