Download the PHP package zheltikov/simple-migrator without Composer
On this page you can find all versions of the php package zheltikov/simple-migrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zheltikov/simple-migrator
More information about zheltikov/simple-migrator
Files in zheltikov/simple-migrator
Download zheltikov/simple-migrator
More information about zheltikov/simple-migrator
Files in zheltikov/simple-migrator
Vendor zheltikov
Package simple-migrator
Short Description A simple database migration tool.
License MIT
Homepage https://github.com/zheltikov/php-simple-migrator
Package simple-migrator
Short Description A simple database migration tool.
License MIT
Homepage https://github.com/zheltikov/php-simple-migrator
Please rate this library. Is it a good library?
Informations about the package simple-migrator
php-simple-migrator
A simple database migration tool.
Usage
First, install this package via Composer:
Then, define a configuration file in your project, for example migration_config.php
:
Then, you can apply these migrations by running:
Alternatively, check out the other commands to apply the migrations one-by-one:
Features
- [X] PostgreSQL support (via PDO)
- [ ] MySQL support
- [X] SQLite support
All versions of simple-migrator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-pdo Version *
ext-pdo Version *
The package zheltikov/simple-migrator contains the following files
Loading the files please wait ....