Libraries tagged by table schema
ohseesoftware/laravel-schema-list
2689 Downloads
List tables, columns, and indices for your database connections.
jialeo/laravel-schema-extend
16783 Downloads
support MySQL 'table comment','int' data type length setting
five-say/laravel-schema-extend
664 Downloads
support MySQL 'column comment' and 'table comment'.
slince/sql-to-markdown
93 Downloads
Convert mysql table schema to markdown table
fiasco/tabular-openapi
3498 Downloads
Convert OpenAPI Schema into a relational table structure
mjkhajeh/wporm
16 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
footwork_solutions/json_table
31 Downloads
A validator and storage library using the JSON table schema written in PHP.
imagine10255/schema-build
25 Downloads
The database of the table schema, the output function into the file
roy404/schema
58 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.
lss/schema
760 Downloads
Simple PHP / MySQL schema sync / migration tool. Specify your schema in PHP and it will generate DDL and alter table statements to sync the database.
evopix/kohana-schema
1045 Downloads
This is a port of Laravels Schema library to Kohana. It provides a database agnostic way of manipulating tables. It works well with all of the databases supported by Doctrine DBAL, and has a unified API across all of these systems.
kalani/validation-rule-generator
1043 Downloads
Laravel 4 class to automatically generate validation rules based on table schema
salehhashemi/laravel-intelli-graphql
5 Downloads
An AI-driven Laravel package for generating GraphQL schemas, queries, and mutations based on database tables.
rotexsoft/sqlschema
839 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.
nachofassini/laravel-database-structure
3857 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations