{"id":21421532,"url":"https://github.com/desarrolla2/inspector","last_synced_at":"2026-03-10T06:04:33.163Z","repository":{"id":44414389,"uuid":"512525875","full_name":"desarrolla2/inspector","owner":"desarrolla2","description":"This project analyzes a git repository and reports on the modifications that have been made to it by each of the users.","archived":false,"fork":false,"pushed_at":"2024-07-18T10:41:48.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-06T16:46:35.255Z","etag":null,"topics":["analysis","git"],"latest_commit_sha":null,"homepage":"","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/desarrolla2.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}},"created_at":"2022-07-10T19:50:30.000Z","updated_at":"2024-07-18T10:41:51.000Z","dependencies_parsed_at":"2023-01-23T18:00:21.639Z","dependency_job_id":"e104140e-690d-4075-a57e-ea75ba4fd624","html_url":"https://github.com/desarrolla2/inspector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/desarrolla2/inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desarrolla2%2Finspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desarrolla2%2Finspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desarrolla2%2Finspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desarrolla2%2Finspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desarrolla2","download_url":"https://codeload.github.com/desarrolla2/inspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desarrolla2%2Finspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["analysis","git"],"created_at":"2024-11-22T20:35:48.085Z","updated_at":"2026-03-10T06:04:33.144Z","avatar_url":"https://github.com/desarrolla2.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inspector\n\nThis project analyzes a git repository and reports on the modifications that have been made to it by each of the users.\n\n## Disclaimer\n\nObviously a person cannot be evaluated simply by the lines that they introduce in a project, but this is one more metric\nthat helps evaluate a person's performance.\n\nThe project shows a summary of lines by day, by week and by month which can indicate to detect that it is something\nwrong with the equipment.\n\n## Ejecución\n\nExecute and edit its content, to indicate the emails used by each of your users.\n\n```shell\ncp config/users.yaml.dist config/users.yaml\n```\n\nThen run the following to perform the analysis.\n\n```shell\nphp bin/console app:run path/to/your/git/repository\n```\n\nThe output indicates the lines added per user.\n\n```\nDaily\n+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+\n| user    | Mon 27 | Tue 28 | Wed 29 | Thu 30 | Fri 01 | Mon 04 | Tue 05 | Wed 06 | Thu 07 | Fri 08 | Mon 11 |\n+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+\n| Alice   | 221    | 170    | 524    | 22     | 109    | 154    | 996    | 342    | 293    | 105    | 5      |\n| Bob     | 1,059  | 164    | 80     | 98     | 0      | 4      | 628    | 0      | 0      | 0      | 0      |\n| Charlie | 989    | 767    | 12     | 1,497  | 45     | 174    | 909    | 3,381  | 878    | 108    | 0      |\n+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+\n\nWeekly\n+---------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+\n| user    | 02/05 | 09/05 | 16/05 | 23/05 | 30/05 | 06/06 | 13/06 | 20/06 | 27/06 | 04/07 | 11/07 |\n+---------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+\n| Alice   | 1,464 | 1,418 | 1,349 | 288   | 2,272 | 1,234 | 788   | 478   | 1,046 | 1,789 | 0     |\n| Bob     | 189   | 1,192 | 1,871 | 1,547 | 592   | 873   | 551   | 753   | 700   | 632   | 0     |\n| Charlie | 819   | 3,980 | 4,800 | 3,537 | 405   | 1,210 | 3,871 | 2,116 | 3,233 | 5,432 | 0     |\n+---------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+\n\nMontly\n+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+\n| user    | Mon 27 | Tue 28 | Wed 29 | Thu 30 | Fri 01 | Mon 04 | Tue 05 | Wed 06 | Thu 07 | Fri 08 | Mon 11 |\n+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+\n| Alice   | 221    | 170    | 524    | 22     | 109    | 154    | 996    | 342    | 293    | 105    | 5      |\n| Bob     | 1,059  | 164    | 80     | 98     | 0      | 4      | 628    | 0      | 0      | 0      | 0      |\n| Charlie | 989    | 767    | 12     | 1,497  | 45     | 174    | 909    | 3,381  | 878    | 108    | 0      |\n+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesarrolla2%2Finspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesarrolla2%2Finspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesarrolla2%2Finspector/lists"}