How to add a database structure migration feature to your legacy PHP projects?

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Flyway

    Flyway by Redgate • Database Migrations Made Easy.

  • I'd recommend Flyway for legacy or non-ORM projects which have no existing migration framework.

  • Phinx

    PHP Database Migrations for Everyone

  • I've had success with Phinx, That aside, for many databases, you can throw adminer in there and create SQL exports of the tables, triggers, procedures, etc, and use it as controlled migrations repo.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Flyway to version your database

    1 project | dev.to | 17 Dec 2023
  • migrate-mongo VS db-mongo-migration - a user suggested alternative

    2 projects | 25 Jun 2023
  • How do you manage database structure changes? And deploying code?

    4 projects | /r/webdev | 18 Jun 2023
  • Strategy to run database scripts on Kubernetes

    2 projects | /r/kubernetes | 5 Jun 2023
  • I've never created a production database from scratch and am wondering how much trouble it would be to transition a one-to-one relationship to a one-to-many relationship if I determine at some point that the latter is required.

    1 project | /r/Database | 30 May 2023