Download the PHP package pongee/database-schema-visualization without Composer
On this page you can find all versions of the php package pongee/database-schema-visualization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package database-schema-visualization
Database schema visualization
Project goal
The aim of this project is to generate database documentation from sql schema.
Supported databases
- MySQL
- MariaDB
- Apache Cassandra (Basics)
Supported Output formats
- PNG, SVG image
- Plantuml raw text
- Json
Pre Installation
Installation
Usage
In console
PNG export
Output:
SVG export
Json export
Plantuml export
PHP
Png export
Json export
This will generate:
{
"tables": {
"foo": {
"columns": [
{
"name": "id",
"type": "INT",
"typeParameters": [
"10"
],
"otherParameters": "UNSIGNED NOT NULL",
"comment": "The id"
}
],
"indexs": {
"simple": [],
"spatial": [],
"fulltext": [],
"unique": []
},
"primaryKey": []
}
},
"connections": []
}
All versions of database-schema-visualization with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.5
ext-json Version *
symfony/console Version ^7.0||^8.0
twig/twig Version ^3.0
ext-json Version *
symfony/console Version ^7.0||^8.0
twig/twig Version ^3.0
The package pongee/database-schema-visualization contains the following files
Loading the files please wait ...