Libraries tagged by database-schema
javaabu/schema
8767 Downloads
Extends the Laravel database schema with convenience methods used by javaabu/generators
icomefromthenet/migration
194 Downloads
Database schema migrations using Doctrine DBAL and Symfony2 components
hughcube/laravel-model-generator
623 Downloads
Laravel Eloquent Model Generator - generate model files from database schema.
georgeff/schema
60 Downloads
Database schema builder — driver-agnostic blueprints compiled to SQL for MySQL, PostgreSQL, and SQLite
erikgall/eloquent-phpunit
16719 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
dottedai/laravel-model-annotator
2454 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
dotted-ai/laravel-db-introspector
2033 Downloads
Generate migrations from existing database schema
dbtk/schema-loader
4303 Downloads
Load Database schema from XML
czproject/sql-schema
5520 Downloads
Library for describe of the database schema.
bullhorn/fast-rest
8004 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
8490 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
smart-php/mysql-scheman
95 Downloads
MySQL schema synchronizer. A simple way to handle MySQL schema without writing MySQL query
dlevsha/nasgrate
40 Downloads
Nasgrate is a console utility that let you organise database schema migration process at a consistent and easy way. It supports mysql, mssql, postgresql, oracle and other databases
yui019/hori
131 Downloads
Database schema library for Laravel inspired by Prisma.
tereta/migration
5 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.