Libraries tagged by database schema migration
doctrine/migrations
230406965 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
albertoarena/laravel-truss
26019 Downloads
A live database structure viewer for Laravel. Renders your schema (never data) as a scrollable, zoomable ER diagram.
deliciousbrains/wp-migrations
281734 Downloads
WordPress library for managing database table schema upgrades and data seeding
cycle/database
885477 Downloads
DBAL, schema introspection, migration and pagination
orchestra/tenanti
126594 Downloads
Tenant based Database Schema Manager for Laravel
clcbws/laravel-schema-sentinel
8091 Downloads
Detect and fix database schema drift in Laravel by comparing migrations with the live database state.
spiral/database
328270 Downloads
DBAL, schema introspection, migration and pagination
avaibooksports/doctrine-migrations-multiple-database-bundle
738494 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
dragon-code/laravel-data-dumper
27833 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
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.
shopsys/migrations
267948 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
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.
hzhihua/yii2-dump
30617 Downloads
Generate the schema from an existing database
pushery/sqlens-for-laravel
2643 Downloads
SQLens — database safety toolkit for Laravel. It lints pending migrations for lock and downtime risk and audits the live schema, on PostgreSQL and MySQL.
popphp/pop-db
19316 Downloads
Pop Db Component for Pop PHP Framework