{"id":27628074,"url":"https://github.com/umutphp/phpmetrics-action","last_synced_at":"2026-03-14T19:02:44.256Z","repository":{"id":65162146,"uuid":"246688195","full_name":"umutphp/phpmetrics-action","owner":"umutphp","description":"Static analysis tool for PHP","archived":false,"fork":false,"pushed_at":"2020-03-12T07:54:05.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T18:41:16.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/umutphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-11T21:59:51.000Z","updated_at":"2024-09-28T11:28:44.000Z","dependencies_parsed_at":"2023-01-04T12:39:05.585Z","dependency_job_id":null,"html_url":"https://github.com/umutphp/phpmetrics-action","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"16b5559807a850e3b462b64f1be22b75993d64e6"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/hello-world-docker-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphpmetrics-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphpmetrics-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphpmetrics-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutphp%2Fphpmetrics-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umutphp","download_url":"https://codeload.github.com/umutphp/phpmetrics-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250447095,"owners_count":21432149,"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-04-23T14:02:09.417Z","updated_at":"2026-03-14T19:02:44.165Z","avatar_url":"https://github.com/umutphp.png","language":"Dockerfile","readme":"# PhpMetrics Action\n\n[PhpMetrics](https://github.com/phpmetrics/PhpMetrics) provides metrics about PHP project and classes, with beautiful and readable HTML report.\n\n## Inputs\n\n### `folder`\n\n**Not Required** The path of the folder to scan. Default `\".\"`.\n\n## Example usage\n\n```yaml\n \nname: PhpMetrics Action\non: [push]\n\njobs:\n  phpmetrics-action:\n    runs-on: ubuntu-latest\n    name: PhpMetrics Action\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: PhpMetrics Scan\n        uses: umutphp/phpmetrics-action@v1\n      - name: Upload HTML Report\n        uses: actions/upload-artifact@v1\n        with:\n          name: HTML Report\n          path: phpmetrics.html\n      - name: Upload XML Report\n        uses: actions/upload-artifact@v1\n        with:\n          name: HTML Report\n          path: phpmetrics.xml\n      - name: Upload Violations Report\n        uses: actions/upload-artifact@v1\n        with:\n          name: HTML Report\n          path: violations.xml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutphp%2Fphpmetrics-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumutphp%2Fphpmetrics-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutphp%2Fphpmetrics-action/lists"}