Libraries tagged by php migration
monque/php-migration
750 Downloads
A static analyzer for PHP version migration and compatibility
php-database-migration/php-database-migration
64418 Downloads
rake and mybatis SQL migration tool
antonkomarev/php-db-migration-validator
1689 Downloads
Validate PHP database migration files
hyperf/migration-generator
101622 Downloads
Migration generator for Hyperf.
friendsofcat/opensearch-migrations
273346 Downloads
OpenSearch migrations for Laravel
camcima/php-mysql-diff
42891 Downloads
byjg/migration-cli
27424 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
awssat/laravel-sync-migration
23756 Downloads
Laravel tool helps to sync migrations without refreshing the database
tommyknocker/pdo-database-class
6309 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
timwassenburg/laravel-pivot-table-generator
28326 Downloads
Quickly generate pivot tables for your projects
robinncode/db_craft
5446 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
popphp/pop-db
19316 Downloads
Pop Db Component for Pop PHP Framework
nwidart/db-exporter
39143 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
nowo-tech/phpstan-frankenphp
53499 Downloads
PHPStan rules that help you migrate from PHP-FPM to FrankenPHP classic, then to worker mode. Rules are split by level with demos for every case.
milpa/plugin
14162 Downloads
The plugin system of the Milpa PHP framework: the PluginsManager runtime that boots and orders plugins, the registry port with its file and in-memory adapters, PluginBase, the installer over GitHub-native distribution (source parsing, semver-constrained release resolution, zipball download), milpa.json manifest reading/validation, dependency resolution, milpa.lock management, and the plugin migration runner.