{"id":15450376,"url":"https://github.com/pronovix/drupal-qa","last_synced_at":"2025-10-13T06:35:13.865Z","repository":{"id":37385085,"uuid":"200816473","full_name":"Pronovix/drupal-qa","owner":"Pronovix","description":"[READ ONLY] QA tools for Drupal","archived":false,"fork":false,"pushed_at":"2025-08-13T08:54:02.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-16T22:34:17.811Z","etag":null,"topics":["behat","code-quality","code-style","drupal","phpunit","testing"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pronovix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-08-06T09:07:48.000Z","updated_at":"2025-08-11T11:02:15.000Z","dependencies_parsed_at":"2023-12-01T11:57:09.734Z","dependency_job_id":"6319ef3f-7c63-4053-816f-06e8dd4de2f9","html_url":"https://github.com/Pronovix/drupal-qa","commit_stats":{"total_commits":97,"total_committers":10,"mean_commits":9.7,"dds":0.5463917525773196,"last_synced_commit":"b5bb0de643266d254f98646f98a9c11d6bb6148a"},"previous_names":[],"tags_count":266,"template":false,"template_full_name":null,"purl":"pkg:github/Pronovix/drupal-qa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pronovix%2Fdrupal-qa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pronovix%2Fdrupal-qa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pronovix%2Fdrupal-qa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pronovix%2Fdrupal-qa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pronovix","download_url":"https://codeload.github.com/Pronovix/drupal-qa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pronovix%2Fdrupal-qa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013969,"owners_count":26085429,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["behat","code-quality","code-style","drupal","phpunit","testing"],"created_at":"2024-10-01T21:04:57.731Z","updated_at":"2025-10-13T06:35:13.850Z","avatar_url":"https://github.com/Pronovix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal QA\n\nSet of modules and libraries and configurations that helps quality assurance in Drupal.\n\n## Automated tasks executed when this plugin is installed\n* [phpcs.xml.dist](./config/phpcs.xml.dist) gets symlinked to the Composer project root if it does not exist\n* [phpstan.neon.dist](./config/skeletons/phpstan.neon.dist) and [phpstan.baseline.neon](./config/skeletons/phpstan-baseline.neon)\ngets copied to the Composer project root if they do not exist\n\n## Available commands\n\n### Drupal QA commands\n* `composer drupalqa:phpcs:config-install` - installs Pronovix's PHP CodeSniffer configuration for Drupal projects\n(the plugin tries to install it automatically when it gets installed)\n* `composer drupalqa:testrunner:download` - installs latest version of Pronovix's TestRunner Go application from [Github](https://github.com/Pronovix/testrunner).\n(You can avoid API rate limit error if you [configure your Github OAuth access token](https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens).)\n* `drupalqa:phpstan:ensure-configs-exist` ensures base configurations for PHPStan (stored in [./config/skeletons/](./config/skeletons)) are\navailable in Composer project root\n\n### 3rd-party commands\n* `composer normalize` - Normalizes the composer.json (provided by `localheinz/composer-normalize`)\n* `./vendor/bin/twigcs` - Checks TWIG files for violations on coding standards. (provided by `friendsoftwig/twigcs`)\n* `./vendor/bin/phpstan` - PHP static analysis tool. (provided by `phpstan/phpstan`)\n## Packages included\n\n### Code quality\n\n* Composer Normalize: https://github.com/localheinz/composer-normalize\n* PHP CodeSniffer Standards Composer Installer Plugin: https://github.com/Dealerdirect/phpcodesniffer-composer-installer\n* PHPStan: https://github.com/phpstan/phpstan\n* Slevomat Coding Standard: https://github.com/slevomat/coding-standard\n\n### Testing\n\n* Behat Screenshot Extension: https://github.com/elvetemedve/behat-screenshot\n* Behat Drupal Extension: https://github.com/jhedstrom/drupalextension\n\nPlus various other packages (like Drupal Coder, PHPUnit, etc.) required by [webflo/drupal-core-require-dev](https://github.com/webflo/drupal-core-require-dev).\n\n## Development notes\n\n**ALL** classes, interfaces in this project are internal and not meant to be used by other projects.\n**No backward-compatibility promise is given for these.**\n\nRunning QA checks:\n* First fix auto-fixable issues with `composer lint:fix \u0026\u0026 composer static:fix`\n* then run checks`composer lint:check \u0026\u0026 composer static:check`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpronovix%2Fdrupal-qa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpronovix%2Fdrupal-qa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpronovix%2Fdrupal-qa/lists"}