{"id":15755024,"url":"https://github.com/sweetchuck/robo-phpmd","last_synced_at":"2025-03-13T16:31:57.404Z","repository":{"id":29244489,"uuid":"116588045","full_name":"Sweetchuck/robo-phpmd","owner":"Sweetchuck","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-04T16:24:39.000Z","size":263,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"3.x","last_synced_at":"2024-10-05T08:06:17.945Z","etag":null,"topics":["phpmd","robo","robo-task"],"latest_commit_sha":null,"homepage":null,"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/Sweetchuck.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,"roadmap":null,"authors":null}},"created_at":"2018-01-07T18:11:46.000Z","updated_at":"2022-01-18T19:46:16.000Z","dependencies_parsed_at":"2023-12-29T13:26:13.807Z","dependency_job_id":"1c8ab1ef-11b4-41fb-8cac-8357df21ad8f","html_url":"https://github.com/Sweetchuck/robo-phpmd","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":"0.14814814814814814","last_synced_commit":"b356fc54418cafadc2728754fcfab148278294cb"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweetchuck%2Frobo-phpmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweetchuck%2Frobo-phpmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweetchuck%2Frobo-phpmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sweetchuck%2Frobo-phpmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sweetchuck","download_url":"https://codeload.github.com/Sweetchuck/robo-phpmd/tar.gz/refs/heads/3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221386265,"owners_count":16810330,"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":["phpmd","robo","robo-task"],"created_at":"2024-10-04T08:06:31.781Z","updated_at":"2024-10-25T04:41:06.173Z","avatar_url":"https://github.com/Sweetchuck.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robo task wrapper for PHPMD (PHP Mess Detector)\n\n[![CircleCI](https://circleci.com/gh/Sweetchuck/robo-phpmd/tree/3.x.svg?style=svg)](https://circleci.com/gh/Sweetchuck/robo-phpmd/?branch=3.x)\n[![codecov](https://codecov.io/gh/Sweetchuck/robo-phpmd/branch/3.x/graph/badge.svg?token=wvNpZCOuvu)](https://codecov.io/gh/Sweetchuck/robo-phpmd/3.x)\n\n\n## Usage\n\n```php\n\u003c?php\n\nuse Robo\\Tasks;\nuse Sweetchuck\\Robo\\PhpMessDetector\\PhpmdTaskLoader;\n\nclass RoboFile extends Tasks\n{\n    use PhpmdTaskLoader;\n\n    public function phpmd()\n    {\n        return $this\n            -\u003etaskPhpmdLintFiles()\n            -\u003esetPaths(['src/', 'tests/'])\n            -\u003esetExcludePaths(['src/foo.php'])\n            -\u003esetReportFormat('text')\n            -\u003esetRuleSetFileNames(['path/to/custom.xml']);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweetchuck%2Frobo-phpmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsweetchuck%2Frobo-phpmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweetchuck%2Frobo-phpmd/lists"}