Libraries tagged by database schema
orisintel/laravel-online-migrator
81542 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
zetacomponents/persistent-object-database-schema-tiein
6742 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
zetacomponents/database-schema
8419 Downloads
A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
thecodingmachine/tdbm-fluid-schema-builder
99964 Downloads
Build and modify your database schema used by TDBM using a fluid syntax.
pongee/database-schema-visualization
5225 Downloads
Database schema visualization
javaabu/schema
5551 Downloads
Extends the Laravel database schema with convenience methods used by javaabu/generators
dvrtech/schema-tools
1012 Downloads
Laravel package for JSON/CSV schema analysis and database structure generation
raahul/schema-extractor
56706 Downloads
Extract schema information of a database into a program-friendly data structure
envor/laravel-schema-macros
9275 Downloads
Some helpful (database level) macros for laravel's schema builder. Requires Laravel 11.
skiptirengu/yii2-mssql-schema
12527 Downloads
Optimized Schema for Yii2 applications using mssql databases
phlib/schemadiff
7765 Downloads
Schema Diff: Show difference between MySQL databases
platine-php/database
6729 Downloads
Platine Database is the abstraction layer using PDO with support of query and schema builder
mileschou/schemarkdown
1263 Downloads
The schema generate helper
thewunder/corma-dbal
6999 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
robinncode/db_craft
2291 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.