basilicom / er-diagram-xml-export-bundle
This bundle creates a yed compliant XML of the Pimcore class structure
Installs: 8 204
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 3
Open Issues: 1
Type:pimcore-bundle
Requires
- php: >=7.4
- ext-json: *
- pimcore/pimcore: >=5.0
- spatie/array-to-xml: ^2.16
- symfony/console: *
README
Prerequisites and General Information
This Pimcore-Bundle will create an yEd compliant XML File to represent the Entity Relationship of Pimcore Classes,
ObjectBricks and FieldCollections.
Just open the generated file with the yEd Graph Editor, which you can find here:
https://www.yworks.com/products/yed/download
.
After opening the file you should use the Layout
Tab in the Graph Editor to arrange the rendered Graphics according your needs.
Installation
composer require basilicom/er-diagram-xml-export-bundle
Usage
bin/console basilicom:create-er-diagram-xml-export
bin/console basilicom:create-er-diagram-xml-export <filename>
The generated file will be saved in the var/bundles/ERDiagramXMLExportBundle
folder with filename pimcore.graphml
or the given <filename>.graphml
.