Libraries tagged by table schema
laracraft-tech/laravel-schema-rules
66763 Downloads
Automatically generate Laravel validation rules based on your database table schema!
stellarwp/schema
612869 Downloads
A library for simplifying the creation and updates of custom tables within WordPress.
deliciousbrains/wp-migrations
262917 Downloads
WordPress library for managing database table schema upgrades and data seeding
insolita/yii2-migration-generator
508348 Downloads
Set of gii tools for generating files for migration by schema of table , phpdoc or table data
frictionlessdata/tableschema
220671 Downloads
A utility library for working with Table Schema
dragon-code/laravel-data-dumper
23696 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
aura/sqlschema
245549 Downloads
Provides facilities to read table names and table columns from a database using PDO.
eventsauce/message-repository-table-schema
1387544 Downloads
Message Repository Table Schema
migralign/laravel-migralign
522 Downloads
MigrAlign — align live MySQL tables with Laravel migration schema, safely.
tommyknocker/pdo-database-class
6142 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.
laracraft-tech/laravel-dynamic-model
12472 Downloads
Dynamic Model for Laravel!
yadakhov/laradump
22254 Downloads
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
l3aro/rating-star-for-filament
4941 Downloads
Rating star for filament table column and schemas.
robinncode/db_craft
4983 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.
nowo-tech/migrations-kit-bundle
1856 Downloads
Symfony bundle providing migration helpers: schema checks (table/column/index exists) and array-based migration definitions. Use in Doctrine Migrations with Symfony 7|8.