{"id":15027194,"url":"https://github.com/alddesign/php-xout","last_synced_at":"2026-01-04T14:40:03.115Z","repository":{"id":183113136,"uuid":"316962418","full_name":"alddesign/php-xout","owner":"alddesign","description":"A more readable, syntax highlighted implementation of PHPs var_dump() or print_r() function","archived":false,"fork":false,"pushed_at":"2024-07-19T21:54:43.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T17:01:41.136Z","etag":null,"topics":["php","php-5-4","php-5-6","php-7-4","php-8","php-debuging","php-helpers","syntax-highlighting"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alddesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-29T13:55:03.000Z","updated_at":"2024-07-19T21:50:19.000Z","dependencies_parsed_at":"2023-07-22T23:29:49.975Z","dependency_job_id":null,"html_url":"https://github.com/alddesign/php-xout","commit_stats":null,"previous_names":["alddesign/php-xout"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alddesign%2Fphp-xout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alddesign%2Fphp-xout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alddesign%2Fphp-xout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alddesign%2Fphp-xout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alddesign","download_url":"https://codeload.github.com/alddesign/php-xout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244876982,"owners_count":20524938,"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":["php","php-5-4","php-5-6","php-7-4","php-8","php-debuging","php-helpers","syntax-highlighting"],"created_at":"2024-09-24T20:05:56.463Z","updated_at":"2026-01-04T14:40:03.057Z","avatar_url":"https://github.com/alddesign.png","language":"PHP","readme":"# php-xout\nA more readable, syntax highlighted implementation of PHPs `var_dump()` or `print_r()` function.  \n*Compatible with all PHP versions **back to 5.4***\n\n## Installation\n### Via Composer\n`composer require alddesign/php-xout`\n### Manual\nDownlaod the package and load `xout.php`: \n```php \nrequire_once 'xout.php'\n```\n\n## Usage\n```php\n//code before...\n$array = \n[\n    'cars' =\u003e ['audi','bmw','volkswagen'], \n    'settings' =\u003e (object)\n    [\n        'drive' =\u003e true, \n        'disable_car' =\u003e \n        function(){}\n    ],\n    'value' =\u003e 220.25,\n    'active' =\u003e null\n];\n\n//Call xout\nXout::xout($array);\n\n//Or use the shorthand function:\nxout($var);\n```\n\nThe output will look like this:  \n![output](\u003ctest/output.png\u003e)\n\n## Remarks\n### Parameters\n- **value**: The expression to output\n- **return** (bool): If set to `true` the resulting html is being returned insted of echoing it. Default: `false`\n- **dontDie** (bool): If set to `true` the script will not terminated. When `return` is set to `true`, this parameter has no effect. Default: `false`\n\n### Customization\nIn `xout.php` you can change many options like font, color, brace style,...","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falddesign%2Fphp-xout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falddesign%2Fphp-xout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falddesign%2Fphp-xout/lists"}