PHP Classes

How to Automatically Create Migration File for PHP Applications Using YII Framework - YII2 Migrik package blog

Recommend this page to a friend!
  All package blogs All package blogs   YII2 Migrik YII2 Migrik   Blog YII2 Migrik package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Automatically ...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: YII2 Migrik

Most applications use the MVC (Model View Controller) design pattern to implement model classes to map application data objects into database table records.

When those applications need to change the model class structure, they also have to update the database schema of the tables to modify the table to store the model class object variables.

MVC-based frameworks like YII2 can support the concept of migrations to perform this kind of application changes to the model classes.

This package implements a migration solution for YII2 framework-based applications that simplifies the generation of migration files for these applications.




Loaded Article

About the YII2 Migrik Package

The package YII2 Migrik is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Create migration files for applications using YII2

Here follows in more detail what it does:

This package can create migration files for applications using YII2.

It provides classes that can be used by the GII file generator of the YII2 framework project to generate database table migration files for projects that use this framework.

The classes can use annotations that may be contained in model classes to extract the information that maps model class objects into database tables.

It can generate migration files for all application database tables, one table, or a list of tables.

Currently

Conclusion

The YII2 Migrik can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




You need to be a registered user or login to post a comment

1,614,673 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   YII2 Migrik YII2 Migrik   Blog YII2 Migrik package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Automatically ...