{"id":16814487,"url":"https://github.com/wickedone/phpcs-reporter","last_synced_at":"2026-03-07T11:02:15.155Z","repository":{"id":36985438,"uuid":"412746629","full_name":"wickedOne/phpcs-reporter","owner":"wickedOne","description":"PHP CodeSniffer report which adds a PhpStorm editor url to your violations","archived":false,"fork":false,"pushed_at":"2025-03-18T06:13:32.000Z","size":57,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T07:32:17.882Z","etag":null,"topics":["phpcs","phpstorm","testing"],"latest_commit_sha":null,"homepage":"","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/wickedOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-02T09:12:07.000Z","updated_at":"2025-03-05T23:33:24.000Z","dependencies_parsed_at":"2023-02-15T07:35:33.374Z","dependency_job_id":"fad39062-dda7-4396-9915-6d2bd3bea15d","html_url":"https://github.com/wickedOne/phpcs-reporter","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.36363636363636365","last_synced_commit":"f7a34eef2aefd714855aa22b3d3108a3b5076146"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wickedOne%2Fphpcs-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wickedOne%2Fphpcs-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wickedOne%2Fphpcs-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wickedOne%2Fphpcs-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wickedOne","download_url":"https://codeload.github.com/wickedOne/phpcs-reporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"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":["phpcs","phpstorm","testing"],"created_at":"2024-10-13T10:29:35.135Z","updated_at":"2026-03-07T11:02:15.114Z","avatar_url":"https://github.com/wickedOne.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP CodeSniffer PhpStorm reporter\n\nprints additional PhpStorm editor url in PHPCS cli output.\n\n[![Latest Stable Version](http://poser.pugx.org/wickedone/phpcs-reporter/v)](https://packagist.org/packages/wickedone/phpcs-reporter) \n[![Total Downloads](http://poser.pugx.org/wickedone/phpcs-reporter/downloads)](https://packagist.org/packages/wickedone/phpcs-reporter) \n[![License](http://poser.pugx.org/wickedone/phpcs-reporter/license)](https://packagist.org/packages/wickedone/phpcs-reporter) \n[![PHP Version Require](http://poser.pugx.org/wickedone/phpcs-reporter/require/php)](https://packagist.org/packages/wickedone/phpcs-reporter)\n\n## installation\n```bash\n$ composer require --dev wickedone/phpcs-reporter\n```\n\n### command line usage:\nspecify this report on the command line:\n\n```bash\n$ php vendor/bin/phpcs --report='WickedOne\\PHPCSReport\\PhpStormReport'\n```\n\n### phpcs xml configuration\nspecify this report in your ``phpcs.xml.dist``:\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\n\u003cruleset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:noNamespaceSchemaLocation=\"vendor/squizlabs/php_codesniffer/phpcs.xsd\"\u003e\n\n    \u003carg name=\"report\" value=\"WickedOne\\PHPCSReport\\PhpStormReport\" /\u003e\n    ...\n\n```\n\n\u003e **NOTE**: if one file has multiple violations, the editor link will direct you to the file itself rather than the correct line.\n\u003e use ctrl + l to jump to the correct line in these situations.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwickedone%2Fphpcs-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwickedone%2Fphpcs-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwickedone%2Fphpcs-reporter/lists"}