Download the PHP package koriym/printo without Composer
On this page you can find all versions of the php package koriym/printo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download koriym/printo
More information about koriym/printo
Files in koriym/printo
Package printo
Short Description An object graph visualizer.
License MIT
Homepage https://github.com/koriym/print_o
Informations about the package printo
print_o
An object graph visualizer for PHP
print_o visualizes PHP object graphs as interactive diagrams, making it easy to understand complex object relationships in your application.
Features
- Visual representation of object relationships
- Interactive graph with configurable properties
- Support for different visualization ranges (objects only, with properties, or full details)
Quick Start

What is object graph ?
Object-oriented applications contain complex webs of interrelated objects. Objects are linked to each other by one object either owning or containing another object or holding a reference to another object. This web of objects is called an object graph and it is the more abstract structure that can be used in discussing an application's state. - wikipedia
(JA) オブジェクト指向のアプリケーションは相互に関係のある複雑なオブジェクト網を含んでいます。オブジェクトはあるオブジェクトから所有されているか、他のオブジェクト(またはそのリファレンス)を含んでいるか、そのどちらかでお互いに接続されています。このオブジェクト網をオブジェクトグラフと呼びます。
Simple object graph

With properties

Full extract

Requirements
- PHP 5.4+
