Libraries tagged by database-schema
doctrine/dbal
614348894 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
doctrine/migrations
221711466 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.
aimeos/upscheme
152668 Downloads
Database schema upgrades made easy
thecodingmachine/dbal-fluid-schema-builder
191346 Downloads
Build and modify your database schema using Doctrine DBAL and a fluid syntax.
orchestra/tenanti
125279 Downloads
Tenant based Database Schema Manager for Laravel
clcbws/laravel-schema-sentinel
4945 Downloads
Detect and fix database schema drift in Laravel by comparing migrations with the live database state.
tatter/schemas
30992 Downloads
Database schema management, for CodeIgniter 4
robinncode/db_craft
4974 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.
mouf/schema-analyzer
223633 Downloads
A package that offers utility tools to analyze database schemas (on top of Doctrine DBAL)
milesasylum/schnoop-schema
191178 Downloads
Schnoop Schema is a collection of PHP classes for describing a MySQL database schema.
milesasylum/schnoop
190858 Downloads
Schnoop provides a convenient PHP interface for inspecting a database schema.
zetacomponents/persistent-object-database-schema-tiein
8850 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
zetacomponents/database-schema
10570 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.
pongee/database-schema-visualization
6774 Downloads
Database schema visualization
dlevsha/compalex
45 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL