2017 © Pedro Peláez
 

library printo

An object graph visualizer.

image

koriym/printo

An object graph visualizer.

  • Tuesday, May 30, 2017
  • by koriym
  • Repository
  • 8 Watchers
  • 121 Stars
  • 47,672 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 13 Versions
  • 10 % Grown

The README.md

print_o

An object graph visualizer for PHP

Scrutinizer Code Quality Build Status Code Coverage object graph, (*1)

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, (*2)

オブジェクト指向のアプリケーションは相互に関係のある複雑なオブジェクト網を含んでいます。オブジェクトはあるオブジェクトから所有されているか、他のオブジェクト(またはそのリファレンス)を含んでいるか、そのどちらかでお互いに接続されています。このオブジェクト網をオブジェクトグラフと呼びます。, (*3)

Simple object graph

only object, (*4)

With properties

+property, (*5)

Full extract

+array, (*6)

Requirements

  • PHP 5.4+

Installation

{
    "require-dev": {
        "koriym/printo": "~1.0"
    }
}

Usage


print_o($object); //or use Koriym\Printo\Printo; echo (new Printo($object)) ->setRange(Printo::RANGE_PROPERTY) ->setLinkDistance(130) ->setCharge(-500);

Live demo

The Versions

30/05 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

debug var_dump

05/03 2015

dev-develop

dev-develop https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

05/03 2015

dev-patch-1

dev-patch-1 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

13/02 2015

dev-master

9999999-dev https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

13/02 2015

1.0.1

1.0.1.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

02/06 2014

1.0.0

1.0.0.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

10/05 2014

1.0.0-alpha

1.0.0.0-alpha https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

10/05 2014

0.2.0

0.2.0.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug var_dump

21/10 2013

0.1.4

0.1.4.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug object graph

07/04 2013

0.1.3

0.1.3.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug object graph

04/04 2013

0.1.2

0.1.2.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug object graph

24/03 2013

0.1.1

0.1.1.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug object graph

19/02 2013

0.1.0

0.1.0.0 https://github.com/koriym/print_o

An object graph visualizer.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

debug object