Download the PHP package marekskopal/orm-migrations without Composer
On this page you can find all versions of the php package marekskopal/orm-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marekskopal/orm-migrations
More information about marekskopal/orm-migrations
Files in marekskopal/orm-migrations
Download marekskopal/orm-migrations
More information about marekskopal/orm-migrations
Files in marekskopal/orm-migrations
Vendor marekskopal
Package orm-migrations
Short Description Migrations for MarekSkopal ORM.
License MIT
Package orm-migrations
Short Description Migrations for MarekSkopal ORM.
License MIT
Please rate this library. Is it a good library?
Informations about the package orm-migrations
ORM Migrations
Migration module for MarekSkopalORM library.
Creates migrations from your Entity and database schema with simple API.
Migrations are PHP files and that extends Migration
class and may contain any of your custom logic.
Installation
Install via Composer:
Usage
Create Migrator instance
Create new migration
This will create new migration PHP file in __DIR__ . '/migrations/'
directory.
Example of generated migration file:
Added, changed or removed tables, columns, indexes and keys are automatically detected from comparing Entity schema with your database.
Run migrations
All versions of orm-migrations with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.4
marekskopal/orm Version ^0.9
nette/php-generator Version ^4.1
psr/log Version ^3.0
marekskopal/orm Version ^0.9
nette/php-generator Version ^4.1
psr/log Version ^3.0
The package marekskopal/orm-migrations contains the following files
Loading the files please wait ....