Download the PHP package innmind/object-graph without Composer
On this page you can find all versions of the php package innmind/object-graph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/object-graph
More information about innmind/object-graph
Files in innmind/object-graph
Download innmind/object-graph
More information about innmind/object-graph
Files in innmind/object-graph
Vendor innmind
Package object-graph
Short Description Extract object graph out of a root object
License MIT
Homepage http://github.com/Innmind/ObjectGraph
Package object-graph
Short Description Extract object graph out of a root object
License MIT
Homepage http://github.com/Innmind/ObjectGraph
Please rate this library. Is it a good library?
Informations about the package object-graph
ObjectGraph
Small library to generate an abstract graph out of an object and its dependencies.
You can then visualize this graph by rendering it with graphviz.
Installation
Usage
This will generate a graph.svg
file representing the object graph of your application.
Note This example uses
innmind/operating-system
to generate the svg file but the package is not a direct dependency, you can use the content returned by$render()
however you wish.Note: You can pass an implementation of open the files directly in your IDE).
All versions of object-graph with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1
innmind/immutable Version ~4.13|~5.0
innmind/reflection Version ~5.0
innmind/graphviz Version ~3.2
innmind/url Version ~4.1
innmind/immutable Version ~4.13|~5.0
innmind/reflection Version ~5.0
innmind/graphviz Version ~3.2
innmind/url Version ~4.1
The package innmind/object-graph contains the following files
Loading the files please wait ....