Libraries tagged by database schemas
jsefton/laravel-virtual-fields
1193 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.
yui019/hori
85 Downloads
Database schema library for Laravel inspired by Prisma.
dottedai/laravel-model-annotator
542 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
dotted-ai/laravel-db-introspector
123 Downloads
Generate migrations from existing database schema
davajlama/schemabuilder
13877 Downloads
Database Schema Builder
cleaniquecoders/laravel-db-doc
1833 Downloads
Generate Database Schema Documentation
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.
adamkearsley/convert-migrations
8484 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
activecollab/databasemigrations
15502 Downloads
Database schema migrations
pinkcrab/table_builder
10454 Downloads
Used to define a tables schema and to create the table in most SQL database.
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.
yokuru/laravel-schema-cache
573 Downloads
A database schema loading and caching library for Laravel.
smart-php/mysql-scheman
94 Downloads
MySQL schema synchronizer. A simple way to handle MySQL schema without writing MySQL query
php-extended/php-model-to-db-schema-interface
5899 Downloads
A library that provides a way to transform model objects into database schemas