{"id":26285486,"url":"https://github.com/howion/dumplib","last_synced_at":"2026-05-19T18:11:44.382Z","repository":{"id":56986083,"uuid":"192612685","full_name":"howion/DumpLib","owner":"howion","description":"Customizable dumplib for PHP","archived":false,"fork":false,"pushed_at":"2022-02-18T01:57:34.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-21T17:52:37.591Z","etag":null,"topics":["dump","dumper","dumplib","library","php","php-library"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"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/howion.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":"2019-06-18T21:06:44.000Z","updated_at":"2024-04-16T03:52:17.000Z","dependencies_parsed_at":"2022-08-21T10:10:13.516Z","dependency_job_id":null,"html_url":"https://github.com/howion/DumpLib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2FDumpLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2FDumpLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2FDumpLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2FDumpLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howion","download_url":"https://codeload.github.com/howion/DumpLib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635529,"owners_count":20322954,"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":["dump","dumper","dumplib","library","php","php-library"],"created_at":"2025-03-14T19:32:36.906Z","updated_at":"2025-12-28T19:05:26.275Z","avatar_url":"https://github.com/howion.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP DumpLib\n\n## Installation\n\nFrom [Packagist](https://packagist.org/packages/howion/dumplib)\n```bash\n$ composer require howion/dumplib\n```\n\n## Usage\n\n```php\nnew DumpLib(Theme $theme = HowionBlack)\n-\u003edump(...$values)\n-\u003edd(...$values) # DUMP N DIE\n-\u003edeliver($die = false)\n```\n\n```php\n\u003c?php\nuse DumpLib\\Themes\\HowionBlack\\HowionBlack;\nuse DumpLib\\DumpLib;\n\n$d = new DumpLib(new HowionBlack([\n     #---------------------\n     #  DEFAULT SETTINGS\n     #---------------------\n    'title'  =\u003e 'DumpLib',\n    'zoom'   =\u003e 1\n]));\n\n// DUMP GIVEN VARIABLES\n$d-\u003edump($variable, $variable, ...)\n$d-\u003edump($variable)\n\n// ECHOES THE GENERATED HTML AND OVERWRITES TO THE CURRENT BUFFER\n// YOU CAN WRITE THIS TO THE VERY END OF YOUR PHP SCRIPT\n// DOES NOTHING IF THERE IS NOTHING TO DUMP\n$d-\u003edeliver($die = false)\n```\n\n## Preinstalled Themes\n\n* **HowionBlack** `DumpLib\\Themes\\HowionBlack\\HowionBlack`\n\n## I Didn't Love These Themes\n\nWrite your own theme then just **extend `DumpLib\\Themes\\Theme`** class. You can also use **utils**. \n\n## Screenshots\n\n```php\n\u003c?php\n\n$d-\u003edump(M_E); # EULERS NUMBER\n$d-\u003edump(7823);\n$d-\u003edump(true);\n$d-\u003edump('Hell0 W0rld.');\n$d-\u003edump([\n    'user.username' =\u003e 'howion',\n    'user.details'  =\u003e [\n        'detail.adress' =\u003e 'Nowhere',\n        'detail.phone'  =\u003e '+00 000 000 0000'\n    ],\n]);\n$d-\u003edeliver();\n```\n\n![Screenshot](https://raw.githubusercontent.com/howion/box/master/DumpLib/ss.jpg)\n\n## License\n\n[**MIT**](https://github.com/howion/DumpLib/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowion%2Fdumplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowion%2Fdumplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowion%2Fdumplib/lists"}