{"id":13409598,"url":"https://github.com/kint-php/kint","last_synced_at":"2025-05-14T12:02:37.345Z","repository":{"id":3308945,"uuid":"4351207","full_name":"kint-php/kint","owner":"kint-php","description":"Kint - Advanced PHP dumper","archived":false,"fork":false,"pushed_at":"2025-04-13T16:45:34.000Z","size":8887,"stargazers_count":2802,"open_issues_count":4,"forks_count":292,"subscribers_count":105,"default_branch":"master","last_synced_at":"2025-05-07T11:41:43.190Z","etag":null,"topics":["debug","dev","developer-tools","kint","php"],"latest_commit_sha":null,"homepage":"https://kint-php.github.io/kint/","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/kint-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2012-05-16T19:55:51.000Z","updated_at":"2025-05-03T11:40:23.000Z","dependencies_parsed_at":"2024-01-17T07:08:57.697Z","dependency_job_id":"8ea5557d-dd74-4332-b9dd-8651cd0f285e","html_url":"https://github.com/kint-php/kint","commit_stats":{"total_commits":847,"total_committers":28,"mean_commits":30.25,"dds":0.2585596221959858,"last_synced_commit":"00a24d5bc91bf610afb57530c6ad09d90045c284"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kint-php%2Fkint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kint-php%2Fkint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kint-php%2Fkint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kint-php%2Fkint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kint-php","download_url":"https://codeload.github.com/kint-php/kint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140738,"owners_count":22021218,"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","dev","developer-tools","kint","php"],"created_at":"2024-07-30T20:01:02.227Z","updated_at":"2025-05-14T12:02:37.273Z","avatar_url":"https://github.com/kint-php.png","language":"PHP","readme":"# Kint - Advanced PHP dumper\n\n![Screenshot](https://kint-php.github.io/kint/images/intro.png)\n\n## What am I looking at?\n\nKint is a dumper in the vein of **[var_dump()](https://www.php.net/function.var_dump)**, with keyboard controls, search, access path provision, and automatic data parsing.\n\nIn other words, when you dump a JSON string Kint will let you unfold and search the JSON structure and even provide you the code you need to access specific fields.\n\n## Installation\n\n```bash\ncomposer require kint-php/kint --dev\n```\n\n### Without composer\n\n[Download the file](https://raw.githubusercontent.com/kint-php/kint/master/build/kint.phar) and simply\n```php\nrequire 'kint.phar';\n```\n\n## Usage\n\n```php\n\u003c?php\n\nKint::dump($GLOBALS, $_SERVER); // pass any number of parameters\nd($GLOBALS, $_SERVER); // or simply use d() as a shorthand\n\nKint::trace(); // Debug backtrace\n\ns($GLOBALS); // Basic output mode\n\n+d($GLOBALS); // No depth limit\n\nKint::$enabled_mode = false; // Disable kint\nd('Get off my lawn!'); // Debugs no longer have any effect\n```\n\nYou can set `Kint\\Renderer\\AbstractRenderer::$js_nonce` and `$css_nonce` to have Kint work with CSP\n\nThere's a small demo and full documentation on [the GH pages site](https://kint-php.github.io/kint/)\n\n## Authors\n\n[**Jonathan Vollebregt** (jnvsor)](https://github.com/jnvsor)  \n[Contributors](https://github.com/kint-php/kint/graphs/contributors)\n\n## License\n\nLicensed under the MIT License\n","funding_links":[],"categories":["PHP","Table of Contents","目录","developer-tools","php","Dev Tools"],"sub_categories":["Debugging and Profiling","调试和性能分析 Debugging and Profiling","PHP Dev Tools","Libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkint-php%2Fkint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkint-php%2Fkint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkint-php%2Fkint/lists"}