{"id":16193207,"url":"https://github.com/koriym/print_o","last_synced_at":"2025-04-04T18:09:49.564Z","repository":{"id":4107926,"uuid":"5217495","full_name":"koriym/print_o","owner":"koriym","description":"An object graph visualizer","archived":false,"fork":false,"pushed_at":"2024-01-02T01:57:59.000Z","size":2424,"stargazers_count":142,"open_issues_count":1,"forks_count":13,"subscribers_count":11,"default_branch":"1.x","last_synced_at":"2024-10-11T08:14:17.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"Display mind-map style object graph","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koriym.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-07-28T20:39:41.000Z","updated_at":"2023-12-13T10:55:44.000Z","dependencies_parsed_at":"2024-01-02T03:03:59.768Z","dependency_job_id":null,"html_url":"https://github.com/koriym/print_o","commit_stats":{"total_commits":106,"total_committers":4,"mean_commits":26.5,"dds":"0.028301886792452824","last_synced_commit":"e2b8269339a5611ef60179d95dc73d1186ec5da1"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koriym%2Fprint_o","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koriym%2Fprint_o/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koriym%2Fprint_o/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koriym%2Fprint_o/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koriym","download_url":"https://codeload.github.com/koriym/print_o/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T08:14:20.682Z","updated_at":"2025-04-04T18:09:49.545Z","avatar_url":"https://github.com/koriym.png","language":"PHP","funding_links":[],"categories":["杂项","杂项 Miscellaneous","Configuration","Miscellaneous"],"sub_categories":["Miscellaneous"],"readme":"# print_o\n\n## An object graph visualizer for PHP\n\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/koriym/print_o/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/koriym/print_o/?branch=1.x)\n[![Build Status](https://travis-ci.org/koriym/print_o.svg?branch=1.x)](https://travis-ci.org/koriym/print_o)\n[![Code Coverage](https://scrutinizer-ci.com/g/koriym/print_o/badges/coverage.png?b=develop)](https://scrutinizer-ci.com/g/koriym/print_o/?branch=1.x)\n![object graph](http://koriym.github.io/print_o/v1/img/big.png)\n\n### What is object graph ?\n\n\u003e 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](http://en.wikipedia.org/wiki/Object_graph)\n\n\u003e (JA) オブジェクト指向のアプリケーションは相互に関係のある複雑なオブジェクト網を含んでいます。オブジェクトはあるオブジェクトから所有されているか、他のオブジェクト（またはそのリファレンス）を含んでいるか、そのどちらかでお互いに接続されています。このオブジェクト網をオブジェクトグラフと呼びます。\n\n#### Simple object graph\n![only object](http://koriym.github.io/print_o/v1/img/object.png)\n\n#### With properties\n![+property](http://koriym.github.io/print_o/v1/img/prop.png)\n\n#### Full extract\n![+array](http://koriym.github.io/print_o/v1/img/full.png)\n\n### Requirements\n * PHP 5.4+\n\n### Installation\n\n```javascript\n{\n    \"require-dev\": {\n        \"koriym/printo\": \"~1.0\"\n    }\n}\n```\n\n### Usage\n\n\n```php\n\nprint_o($object);\n\n//or\n\nuse Koriym\\Printo\\Printo;\n\necho (new Printo($object))\n    -\u003esetRange(Printo::RANGE_PROPERTY)\n    -\u003esetLinkDistance(130)\n    -\u003esetCharge(-500);\n```\n\n### Live demo\n\n * [Aura.Framework_Project](http://koriym.github.io/print_o/v1/libs/aura.framework_project.html) [![github](http://koriym.github.io/print_o/images/gh.png)](https://github.com/auraphp/Aura.Framework_Project)\n\n * [BEAR.Sunday](http://koriym.github.io/print_o/v1/libs/bear.sunday.html) [![github](http://koriym.github.io/print_o/images/gh.png)](https://github.com/koriym/BEAR.Sunday)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoriym%2Fprint_o","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoriym%2Fprint_o","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoriym%2Fprint_o/lists"}