Download the PHP package astylodon/migrations without Composer
On this page you can find all versions of the php package astylodon/migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download astylodon/migrations
More information about astylodon/migrations
Files in astylodon/migrations
Download astylodon/migrations
More information about astylodon/migrations
Files in astylodon/migrations
Vendor astylodon
Package migrations
Short Description A simple database migrations library for PHP
License MIT
Package migrations
Short Description A simple database migrations library for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package migrations
Migrations
A simple database migrations library for PHP.
Usage
Database
This library is independent of a database implementation, instead a DatabaseInterface
interface is provided that should be implemented by the database implementation.
Example
Create a file that you will invoke to run your migrations.
Migrations
Migrations should be placed inside a folder you pass to findMigrations
, migrations are applied by alphabetical order. Applied migrations will be stored in a table named migrations.
All versions of migrations with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package astylodon/migrations contains the following files
Loading the files please wait ....