Download the PHP package asko/migrator without Composer
On this page you can find all versions of the php package asko/migrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asko/migrator
More information about asko/migrator
Files in asko/migrator
Download asko/migrator
More information about asko/migrator
Files in asko/migrator
Please rate this library. Is it a good library?
Informations about the package migrator
Migrator
A simple, extendable database migration tool with out of box support for MySQL.
Installation
Usage
Your migration files should be placed in a directory. Each migration file is just a regular SQL file with a {up|down}.sql extension. The migrations are run in file name order, so you should prefix the files numerically or with a timestamp, e.g 001_create_users_table.up.sql.
All versions of migrator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package asko/migrator contains the following files
Loading the files please wait ...