Download the PHP package whirlwind-framework/migration-core without Composer
On this page you can find all versions of the php package whirlwind-framework/migration-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download whirlwind-framework/migration-core
More information about whirlwind-framework/migration-core
Files in whirlwind-framework/migration-core
Package migration-core
Short Description Whirlwind framework migration tool interface
License BSD-3-Clause
Informations about the package migration-core
Migration Core
Common interface for implementing Whirlwind framework database migrations.
Implementation notes
-
Create implementation of
MigrationTableGatewayInterface
. MethodqueryOrCreateCollection
must create migration collection if it not exists. -
Create your database implementation for
BlueprintInterface
andBlueprintFactoryInterface
. All operation such as creating, modifying, dropping and others will be handled there. -
Create ServiceProvider for your migration tool implementation. Bind your implementations with interfaces. Also, you need to configure your module by adding
Config
dependency. For example - Add console commands routes.