Libraries tagged by table schema
ohseesoftware/laravel-schema-list
2692 Downloads
List tables, columns, and indices for your database connections.
jialeo/laravel-schema-extend
17285 Downloads
support MySQL 'table comment','int' data type length setting
five-say/laravel-schema-extend
664 Downloads
support MySQL 'column comment' and 'table comment'.
rotexsoft/sqlschema
917 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
3935 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
fiasco/tabular-openapi
3586 Downloads
Convert OpenAPI Schema into a relational table structure
bullhorn/fast-rest
7894 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
mjkhajeh/wporm
69 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.
justnotiyann/filament-schema-resource
12 Downloads
Artisan command to generate Filament form & table schema files based on Eloquent model.
footwork_solutions/json_table
31 Downloads
A validator and storage library using the JSON table schema written in PHP.
ekhaled/schema-parser-mysql
1049 Downloads
Parses MySQL table schema for a given DB, and outputs data for easy consumption by code generators
imagine10255/schema-build
25 Downloads
The database of the table schema, the output function into the file
wptechnix/wp-table-manager
28 Downloads
A modern, fluent schema builder for creating, migrating, and managing custom WordPress database tables with a powerful, object-oriented API.
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.