{"id":22181466,"url":"https://github.com/backendtea/phpstan-multiple-error-formatter","last_synced_at":"2026-02-06T10:37:04.490Z","repository":{"id":265032901,"uuid":"894921770","full_name":"BackEndTea/phpstan-multiple-error-formatter","owner":"BackEndTea","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-27T11:01:06.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T21:31:54.603Z","etag":null,"topics":[],"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/BackEndTea.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-27T08:43:00.000Z","updated_at":"2024-11-27T11:01:09.000Z","dependencies_parsed_at":"2025-10-12T21:31:50.164Z","dependency_job_id":"e059d0c5-9bd6-47b9-85e2-832f1e9db123","html_url":"https://github.com/BackEndTea/phpstan-multiple-error-formatter","commit_stats":null,"previous_names":["backendtea/phpstan-multiple-error-formatter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BackEndTea/phpstan-multiple-error-formatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2Fphpstan-multiple-error-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2Fphpstan-multiple-error-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2Fphpstan-multiple-error-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2Fphpstan-multiple-error-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BackEndTea","download_url":"https://codeload.github.com/BackEndTea/phpstan-multiple-error-formatter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackEndTea%2Fphpstan-multiple-error-formatter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29158096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-02T09:31:30.388Z","updated_at":"2026-02-06T10:37:04.440Z","avatar_url":"https://github.com/BackEndTea.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multiple error formatters for PHPStan\n\nThis project was born form a need to have multiple outputs from a PHPStan run. Its goal is to provide a way to direct outputs to multiple locations, without having to run PHPStan multiple times.\n\n## Installation\n\n```bash\ncomposer require --dev backendtea/phpstan-multiple-error-formatter\n```\n\nIf you also install [phpstan/extension-installer](https://github.com/phpstan/extension-installer) then you're all set!\n\n\u003cdetails\u003e\n  \u003csummary\u003eManual installation\u003c/summary\u003e\n\nIf you don't want to use `phpstan/extension-installer`, include extension.neon in your project's PHPStan config:\n\n```\nincludes:\n    - vendor/backendtea/phpstan-multiple-error-formatter/config.neon\n```\n\u003c/details\u003e\n\n## Usage\n\nThis package provides the 'multiple' error formatter. Generally you want to use this in CI by adding the `--error-format multiple` flag.\n\nThe `multiple` error formatter wil look for the `errorFormatters.formatters` configuration option, where you can define the outputs you are looking for\n\nThis package defines the following formatters to output to a file:\n\n* jsonFile : prints a json file\n* prettyJsonFile: prints a pretty json file (with whitespaces for human readability)\n* gitlabFile: outputs a file for gitlab code quality inspections\n\n\nYou can configure the file location it should output to with the `errorFormatters.jsonFile` and `errorFromatters.gitlabFile` configuration options:\n\n\nAn example where we want to write a pretty json file, a gitlab file, and output to a table in stdOut would look like this: \n```yaml\nparameters:\n    errorFormatters:\n        formatters:\n            - table\n            - gitlabFile\n            - prettyJsonFile\n        jsonFile: %currentWorkingDirectory%/phpstan.json\n        gitlabFile: %currentWorkingDirectory%/phpstan-gitlab.json\n      # other config...\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackendtea%2Fphpstan-multiple-error-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackendtea%2Fphpstan-multiple-error-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackendtea%2Fphpstan-multiple-error-formatter/lists"}