{"id":27628080,"url":"https://github.com/umutphp/php-var-dump-check-action","last_synced_at":"2025-04-23T14:02:56.880Z","repository":{"id":65162145,"uuid":"246777905","full_name":"umutphp/php-var-dump-check-action","owner":"umutphp","description":"PHP VarDump Check Action","archived":false,"fork":false,"pushed_at":"2021-11-23T13:26:29.000Z","size":13,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T02:14:42.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/umutphp.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":"2020-03-12T08:10:16.000Z","updated_at":"2024-12-25T23:48:23.000Z","dependencies_parsed_at":"2023-01-04T12:39:05.487Z","dependency_job_id":null,"html_url":"https://github.com/umutphp/php-var-dump-check-action","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":0.09090909090909094,"last_synced_commit":"2aadb8fc3d7fa22aeb302516d5050f67f5435ff4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":"actions/hello-world-docker-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphp-var-dump-check-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphp-var-dump-check-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphp-var-dump-check-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphp-var-dump-check-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umutphp","download_url":"https://codeload.github.com/umutphp/php-var-dump-check-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250447134,"owners_count":21432159,"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":[],"created_at":"2025-04-23T14:02:12.542Z","updated_at":"2025-04-23T14:02:56.875Z","avatar_url":"https://github.com/umutphp.png","language":"Shell","readme":"# PHP VarDump Check Action\n\nGitHub action for PHP applications to find forgotten variable dumps. \n\n## Inputs\n\n### `checktype`\n\n**Not Required** The type of the VarDump. Valid values: none, ladybug, tracy, zend, doctrine, symfony, laravel. Default `\"none\"`.\n\n### `exclude`\n\n**Not Required** The folders to be excluded in check.\n\n### `extensions`\n\n**Not Required** The file extensions to be checked. Default `\"php,phpt,php7\"`.\n\n## Example usage 1\n\n```yaml\non: [push]\n\njobs:\n  hello_world_job:\n    runs-on: ubuntu-latest\n    name: Test Itself\n    steps:\n    - name: Check 1\n      id: check1\n      uses: umutphp/php-var-dump-check-action@v1\n      with:\n        checktype: 'laravel'\n        exclude: 'vendor,test'\n        extensions: 'php'\n```\n\n## Example usage 2\n\n```yaml\non: [push]\n\njobs:\n  hello_world_job:\n    runs-on: ubuntu-latest\n    name: Test Itself\n    steps:\n    - name: Check 1\n      id: check1\n      uses: umutphp/php-var-dump-check-action@v1\n```\n\n## Example usage 3\n\n```yaml\non: [push]\n\njobs:\n  hello_world_job:\n    runs-on: ubuntu-latest\n    name: Test Itself\n    steps:\n    - name: Check 1\n      id: check1\n      uses: umutphp/php-var-dump-check-action@v1\n      with:\n        checktype: 'none'\n        exclude: 'vendor,test'\n        extensions: 'php'\n    - name: Check 2\n      id: check2\n      uses: umutphp/php-var-dump-check-action@v1\n      with:\n        checktype: 'laravel'\n        exclude: 'vendor,test'\n        extensions: 'php'\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutphp%2Fphp-var-dump-check-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumutphp%2Fphp-var-dump-check-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutphp%2Fphp-var-dump-check-action/lists"}