Libraries tagged by database schemas
jsefton/laravel-virtual-fields
1067 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.
comunedifirenze/doctrine2-exporter
7247 Downloads
MySQL Workbench Schema Exporter for Doctrine 2
dottedai/laravel-model-annotator
95 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
davajlama/schemabuilder
13827 Downloads
Database Schema Builder
adamkearsley/convert-migrations
8482 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
activecollab/databasemigrations
14909 Downloads
Database schema migrations
mjkhajeh/wporm
19 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
565 Downloads
A database schema loading and caching library for Laravel.
smart-php/mysql-scheman
93 Downloads
MySQL schema synchronizer. A simple way to handle MySQL schema without writing MySQL query
php-extended/php-model-to-db-schema-interface
5861 Downloads
A library that provides a way to transform model objects into database schemas
php-extended/php-db-schema-mysql
5917 Downloads
A library to abstract the mysql database schema rules
php-extended/php-db-schema-interface
9664 Downloads
A library which provides interfaces to database schema abstractions
phoenixgao/laravel-postgres-extended-schema
2247 Downloads
Laravel database schema extended, added some PostgreSql features
permafrost-dev/laravel-dump-schema
2299 Downloads
Implementation of database schema dumping and loading to/from file, taken from Laravel v8 PR