{"id":23709405,"url":"https://github.com/dragomano/vardumper-for-smf","last_synced_at":"2026-02-05T05:30:15.390Z","repository":{"id":45069255,"uuid":"442094829","full_name":"dragomano/VarDumper-for-SMF","owner":"dragomano","description":"Working with `dump()` and `dd()` functions in SMF","archived":false,"fork":false,"pushed_at":"2024-12-03T04:24:58.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T18:07:20.007Z","etag":null,"topics":["debug","dump","php","smf-mods"],"latest_commit_sha":null,"homepage":"https://custom.simplemachines.org/index.php?mod=4302","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/dragomano.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-27T08:13:15.000Z","updated_at":"2024-12-03T04:25:02.000Z","dependencies_parsed_at":"2024-12-03T05:33:02.908Z","dependency_job_id":null,"html_url":"https://github.com/dragomano/VarDumper-for-SMF","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragomano%2FVarDumper-for-SMF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragomano%2FVarDumper-for-SMF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragomano%2FVarDumper-for-SMF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragomano%2FVarDumper-for-SMF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragomano","download_url":"https://codeload.github.com/dragomano/VarDumper-for-SMF/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239793054,"owners_count":19697893,"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":["debug","dump","php","smf-mods"],"created_at":"2024-12-30T18:07:25.667Z","updated_at":"2026-02-05T05:30:15.355Z","avatar_url":"https://github.com/dragomano.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VarDumper for SMF\n![SMF 2.1](https://img.shields.io/badge/SMF-2.1-ed6033.svg?style=flat)\n![License](https://img.shields.io/github/license/dragomano/vardumper-for-smf)\n![Hooks only: Yes](https://img.shields.io/badge/Hooks%20only-YES-blue)\n![PHP](https://img.shields.io/badge/PHP-^8.1-blue.svg?style=flat)\n\n* **Tested on:** PHP 8.1.31 / MariaDB 11.2.2\n* **Languages:** English, Russian\n\n## Description\nThis small mod adds the Symfony [VarDumper component](https://github.com/symfony/var-dumper) to work with `dump()` and `dd()` functions (instead of `var_dump()`).\n\n## Examples\n\n```php\n$data = [1, 2, 3];\nvar_dump($data);\n```\n![](https://user-images.githubusercontent.com/229402/147452006-bd78695f-004b-4582-a4c6-3f5c09a11c0c.png)\n\n```php\n$data = [1, 2, 3];\ndump($data);\n```\n![](https://user-images.githubusercontent.com/229402/147452012-c7da482a-3bce-431b-9f94-cf2ccc6757d4.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragomano%2Fvardumper-for-smf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragomano%2Fvardumper-for-smf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragomano%2Fvardumper-for-smf/lists"}