Libraries tagged by database-schema
thewunder/corma-dbal
14419 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
thecodingmachine/tdbm-graphql
84707 Downloads
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
thecodingmachine/tdbm-fluid-schema-builder
112805 Downloads
Build and modify your database schema used by TDBM using a fluid syntax.
saeedvir/laravel-project-markdown
669 Downloads
Laravel package to generate comprehensive markdown documentation for project files and database schema with AI-readable output
hisee/db-digram
671 Downloads
Laravel package to visualize and manage database schema with an interactive DB diagram UI.
hedronium/jables
105 Downloads
Write your Laravel Database Schema in JSON.
hatchyu/laravel-db-explorer
3045 Downloads
Database schema and data explorer for Laravel with optional write support
cleaniquecoders/laravel-db-doc
5097 Downloads
Generate Database Schema Documentation
bullhorn/fast-rest
8002 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
stolz/laravel-schema-spy
21803 Downloads
Laravel artisan command that uses JAVA schemaSpy tool to generate a graphical representation of a database schema
skylence/laravel-model-inspector-mcp
641 Downloads
MCP server for Laravel model introspection — relationships, attributes, scopes, observers, and database schema
notauniondev/migrations
145 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.
mouf/database.dbconnection
32968 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.
mojopollo/laravel-json-schema
546 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
mathsgod/mysql-schema-migrate
137 Downloads
Export MySQL database schema to JSON format