{"id":27899484,"url":"https://github.com/roave/psalm-html-output","last_synced_at":"2025-05-05T19:35:20.311Z","repository":{"id":62536397,"uuid":"197022847","full_name":"Roave/psalm-html-output","owner":"Roave","description":"Psalm HTML output format","archived":false,"fork":false,"pushed_at":"2024-04-26T00:40:02.000Z","size":45,"stargazers_count":23,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"1.2.x","last_synced_at":"2025-05-01T20:54:56.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"XSLT","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/Roave.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}},"created_at":"2019-07-15T15:14:13.000Z","updated_at":"2025-03-13T00:28:51.000Z","dependencies_parsed_at":"2024-04-26T01:38:04.513Z","dependency_job_id":null,"html_url":"https://github.com/Roave/psalm-html-output","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":"0.14814814814814814","last_synced_commit":"64b3d14521c976db927d8d161d4fc33d436f5159"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roave%2Fpsalm-html-output","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roave%2Fpsalm-html-output/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roave%2Fpsalm-html-output/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roave%2Fpsalm-html-output/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roave","download_url":"https://codeload.github.com/Roave/psalm-html-output/tar.gz/refs/heads/1.2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252563166,"owners_count":21768414,"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-05-05T19:33:53.672Z","updated_at":"2025-05-05T19:35:20.306Z","avatar_url":"https://github.com/Roave.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Psalm HTML Output\n\nTakes the XML output from [Psalm](https://psalm.dev/) and renders it as HTML.\n\n![Build](https://github.com/Roave/psalm-html-output/workflows/Build/badge.svg)\n\n## Installation\n\nFirst, install `xsltproc` on your machine (for example, `apt install xsltproc`).\n\nThen `composer require --dev roave/psalm-html-output`\n\n## Usage\n\n```bash\nvendor/bin/psalm --output-format=xml | xsltproc vendor/roave/psalm-html-output/psalm-html-output.xsl - \u003e psalm-report.html\n```\n\n## Run with Docker\n\nTo avoid having to install `xsltproc` if you already have Docker, first build the image with:\n\n```bash\ndocker build . -t psalm-html-output:latest\n```\n\nThen to generate the HTML:\n\n```bash\nvendor/bin/psalm --output-format=xml | docker run --rm -i psalm-html-output:latest \u003e psalm-report.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froave%2Fpsalm-html-output","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froave%2Fpsalm-html-output","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froave%2Fpsalm-html-output/lists"}