Libraries tagged by database schema
icomefromthenet/migration
192 Downloads
Database schema migrations using Doctrine DBAL and Symfony2 components
hedronium/jables
94 Downloads
Write your Laravel Database Schema in JSON.
ekhaled/f3-cortex-model-generator
1040 Downloads
Generates F3 Cortex models by reverse engineering existing database schema
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
rotexsoft/sqlschema
909 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.
jsefton/laravel-virtual-fields
1191 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
devio/eavquent
10362 Downloads
EAV modeling package for Eloquent and Laravel.
javanile/moldable
63 Downloads
Uknown PHP Database Abstraction Layer
yui019/hori
84 Downloads
Database schema library for Laravel inspired by Prisma.
dottedai/laravel-model-annotator
470 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
dotted-ai/laravel-db-introspector
52 Downloads
Generate migrations from existing database schema
cleaniquecoders/laravel-db-doc
1827 Downloads
Generate Database Schema Documentation
adamkearsley/convert-migrations
8483 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
activecollab/databasemigrations
15442 Downloads
Database schema migrations
pinkcrab/table_builder
10454 Downloads
Used to define a tables schema and to create the table in most SQL database.