Libraries tagged by database schemas
zetacomponents/persistent-object-database-schema-tiein
6515 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
stolz/laravel-schema-spy
21745 Downloads
Laravel artisan command that uses JAVA schemaSpy tool to generate a graphical representation of a database schema
mojopollo/laravel-json-schema
543 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
2821 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.
czproject/sql-schema
5155 Downloads
Library for describe of the database schema.
always-open/laravel-graphql-schema-generator
2647 Downloads
Generate GraphQL schema from existing Laravel models/database
tumtum/oxid-schema-expander
7737 Downloads
Library to modify the OXID eShop database. Ideal for OXID modules to have their tables.
platine-php/database
5929 Downloads
Platine Database is the abstraction layer using PDO with support of query and schema builder
ohseesoftware/laravel-schema-list
2692 Downloads
List tables, columns, and indices for your database connections.
nachofassini/laravel-database-structure
3935 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
agontuk/schema-builder
1592 Downloads
Schema designer & migration generator for laravel & lumen
akrabat/akrabat_db_schema_manager
28580 Downloads
Akrabat's Zend Tool Provider for Zend Framework 1 Database Migrations
icomefromthenet/migration
192 Downloads
Database schema migrations using Doctrine DBAL and Symfony2 components
hedronium/jables
94 Downloads
Write your Laravel Database Schema in JSON.
rotexsoft/sqlschema
917 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.