Libraries tagged by database-schema
skylence/laravel-model-inspector-mcp
1227 Downloads
MCP server for Laravel model introspection — relationships, attributes, scopes, observers, and database schema
mouf/database.dbconnection
33135 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
jelix/database
4073 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.
icomefromthenet/migration
194 Downloads
Database schema migrations using Doctrine DBAL and Symfony2 components
hisee/db-digram
855 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.
ekhaled/f3-cortex-model-generator
1089 Downloads
Generates F3 Cortex models by reverse engineering existing database schema
dottedai/laravel-model-annotator
2913 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
dotted-ai/laravel-db-introspector
2492 Downloads
Generate migrations from existing database schema
dbtk/schema-loader
4334 Downloads
Load Database schema from XML
balatd/typo3-dev-mcp
68 Downloads
AI development helper for TYPO3 v13/v14 — an MCP server exposing TCA, database schema, sites, TypoScript, logs and the core changelog to Claude Code and other MCP clients. Inspired by laravel/boost.
adamkearsley/convert-migrations
8490 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
activecollab/databasemigrations
16985 Downloads
Database schema migrations
sprimault/ormeau-doctrine
7 Downloads
Generates Doctrine entities from a legacy database and regenerates them without overwriting your code