{"id":42702273,"url":"https://github.com/paulloft/phpdumpher","last_synced_at":"2026-01-29T14:22:27.780Z","repository":{"id":57036421,"uuid":"54769153","full_name":"paulloft/phpdumpher","owner":"paulloft","description":"Аdvanced PHP variable dumper","archived":false,"fork":false,"pushed_at":"2021-12-27T19:53:51.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-03T03:03:34.156Z","etag":null,"topics":["composer","php","phputil"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulloft.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":null,"support":null}},"created_at":"2016-03-26T08:01:22.000Z","updated_at":"2021-12-27T19:54:04.000Z","dependencies_parsed_at":"2022-08-23T21:00:23.692Z","dependency_job_id":null,"html_url":"https://github.com/paulloft/phpdumpher","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/paulloft/phpdumpher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulloft%2Fphpdumpher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulloft%2Fphpdumpher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulloft%2Fphpdumpher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulloft%2Fphpdumpher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulloft","download_url":"https://codeload.github.com/paulloft/phpdumpher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulloft%2Fphpdumpher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28879381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["composer","php","phputil"],"created_at":"2026-01-29T14:22:27.125Z","updated_at":"2026-01-29T14:22:27.759Z","avatar_url":"https://github.com/paulloft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phpdumpher\nDumPHPer is an advanced PHP variable dumper, that shows detailed info in a simple way.\n\n### Usages\n```php\n\\Utils\\Dumphper::dump($data);\n```\n### Extended functionality\n```php\nfunction d() {\n    $args = func_get_args();\n    foreach ($args as $a) {\n        \\Utils\\Dumphper::dump($a);\n    }\n    exit();\n}\n```\n\nInstallation\n------------\n\n*Requres PHP 7.3 or higher*\n\nPHPdumphper is [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) compliant and can be installed using [composer](//getcomposer.org). Just add `paulloft/dumphper` to your composer.json.\n\n```json\n\"require\": {\n    \"paulloft/dumphper\": \"*\"\n}\n```\n\nor run in shell\n\n```shell\ncomposer require paulloft/dumphper\n```\n\n### Example of output\n![Garden](https://raw.githubusercontent.com/paulloft/phpdumpher/master/example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulloft%2Fphpdumpher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulloft%2Fphpdumpher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulloft%2Fphpdumpher/lists"}