awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
davedevelopment avatar

davedevelopment/phpmig

0
View on GitHub↗
566 stars·92 forks·PHP·11 views

Phpmig

Simple migrations system for php

Features

  • Database Migrations - Provides a migration management system.

Star history

Star history chart for davedevelopment/phpmigStar history chart for davedevelopment/phpmig

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Phpmig

These projects share indexed features with Phpmig. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cakephp/phinxcakephp avatar

    cakephp/phinx

    4,537View on GitHub↗

    Phinx is a PHP database migration and versioning tool used to track and deploy structural changes to database schemas across different environments. It functions as a version control system for databases, allowing structural modifications to be defined and managed through PHP code. The tool provides mechanisms for database schema versioning and rollback, enabling users to undo previously applied migrations and restore a database to a specific previous state. Additionally, it includes a database seeder for populating tables with initial baseline records or dummy data. The system operates as a

    PHP
    View on GitHub↗4,537
  • emvi/gondolierE

    emvi/gondolier

    0View on GitHub↗
    View on GitHub↗0
  • go-gormigrate/gormigratego-gormigrate avatar

    go-gormigrate/gormigrate

    1,164View on GitHub↗

    Minimalistic database migration helper for Gorm ORM

    Godatabasedbgo
    View on GitHub↗1,164
  • budu/lobosbudu avatar

    budu/lobos

    266View on GitHub↗

    A library to create and manipulate SQL database schemas with migrations support

    Clojure
    View on GitHub↗266
Compare all 20 related projects→

Frequently asked questions

What does davedevelopment/phpmig do?

Simple migrations system for php

What are the main features of davedevelopment/phpmig?

The main features of davedevelopment/phpmig are: Database Migrations.

Which projects share features with davedevelopment/phpmig?

Projects with overlapping indexed features include: cakephp/phinx — Phinx is a PHP database migration and versioning tool used to track and deploy structural changes to database schemas… emvi/gondolier. go-gormigrate/gormigrate — Minimalistic database migration helper for Gorm ORM. gobuffalo/pop — A Tasty Treat For All Your Database Needs. golang-migrate/migrate — This project is a command-line utility designed to manage database schema versioning and automate incremental schema… budu/lobos — A library to create and manipulate SQL database schemas with migrations support.