Author: Manuel Lemos
Updated on: 2023-07-11
Package: mSync PHP Sync MySQL Databases
Usually, developers start making changes to the database schema in the development environment. When the changes are well tested, they need to implement the same schema changes on the server-side.
This package provides a solution that uses schema definition files in JSON format to update the database schema either in the development environment or the production environment.
About the mSync PHP Sync MySQL Databases Package
The package mSync PHP Sync MySQL Databases 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: Update the MySQL database schema between servers
Here follows in more detail what it does:
This class can update the MySQL database schema between servers.
It can connect to a given MySQL database server to retrieve the schema of the tables of a given database to create a schema definition in JSON format.
The class can also update the schema of the same database in different MySQL servers without losing the data already in the tables, so the database schemata are the same in the end.
Conclusion
The mSync PHP Sync MySQL Databases 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,611,091 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
1. Problems encountered with msync - Francesco Facco de Lagarda (2023-07-11 18:07)
creating keys and errors on windows... - 0 replies
Read the whole comment and replies