Libraries tagged by table schema
blackbird/installschemagenerator
20390 Downloads
This module enable you to retrieve InstallSchema.php from tables of your choice
mahmoud-mhamed/laravel-dblens
729 Downloads
Browse and manage your Laravel database from a beautiful Blade dashboard — phpMyAdmin-style table browser, row editor, schema editor, SQL runner and search.
mjkhajeh/wporm
266 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.
pinkcrab/table_builder
14635 Downloads
Used to define a tables schema and to create the table in most SQL database.
ohseesoftware/laravel-schema-list
2707 Downloads
List tables, columns, and indices for your database connections.
jialeo/laravel-schema-extend
19805 Downloads
support MySQL 'table comment','int' data type length setting
five-say/laravel-schema-extend
667 Downloads
support MySQL 'column comment' and 'table comment'.
dev-lnk/laravel-code-builder
4747 Downloads
Generate classes and files from table schema
nowo-tech/migrations-kit-bundle
1261 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.
nachofassini/laravel-database-structure
4283 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
ludicdrive/wordpress-database-migrations
230 Downloads
WordPress library for managing database table schema upgrades and data seeding
erikgall/eloquent-phpunit
16719 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
bullhorn/fast-rest
8004 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
particle-academy/dark-slide
333 Downloads
Standalone presentation read/write tool for agentic deck creation. Framework-agnostic PHP core that writes .pptx (Office Open XML) with inline markdown formatting + headings, real tables, gradient backgrounds, syntax-highlighted code, and embedded media — and reads them back with high fidelity. Optional Laravel 10-13 integration. Designed to round-trip with the @particle-academy/fancy-slides JS package's Deck schema.
mouf/database.dbconnection
32970 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.