{"id":19722650,"url":"https://github.com/babeuloula/github-pr-review","last_synced_at":"2025-08-21T09:12:16.774Z","repository":{"id":37546519,"uuid":"205503812","full_name":"babeuloula/github-pr-review","owner":"babeuloula","description":"Stop wasting time on code review, simplify you life with PR management on Github.","archived":false,"fork":false,"pushed_at":"2024-12-03T01:49:55.000Z","size":3743,"stargazers_count":8,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T22:36:26.207Z","etag":null,"topics":["code-reviews","github","mysql","php","pull-requests"],"latest_commit_sha":null,"homepage":"https://github.reviews","language":"PHP","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/babeuloula.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}},"created_at":"2019-08-31T06:08:30.000Z","updated_at":"2024-11-15T09:11:08.000Z","dependencies_parsed_at":"2025-04-29T22:41:31.502Z","dependency_job_id":null,"html_url":"https://github.com/babeuloula/github-pr-review","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/babeuloula/github-pr-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babeuloula%2Fgithub-pr-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babeuloula%2Fgithub-pr-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babeuloula%2Fgithub-pr-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babeuloula%2Fgithub-pr-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babeuloula","download_url":"https://codeload.github.com/babeuloula/github-pr-review/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babeuloula%2Fgithub-pr-review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271455361,"owners_count":24762703,"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-08-21T02:00:08.990Z","response_time":74,"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":["code-reviews","github","mysql","php","pull-requests"],"created_at":"2024-11-11T23:17:57.671Z","updated_at":"2025-08-21T09:12:16.741Z","avatar_url":"https://github.com/babeuloula.png","language":"PHP","readme":"# Github PR Review\n\nStop wasting time on **code review**.\nGitHub PR Review is an interface to simplify pull requests management on GitHub.\n\n- **Built for developers**\n  Track all pull requests from your teams, or your own pull requests, and do a code review easier.\n\n- **Sort your pull requests**\n  You can use both modes, _label_ or _filter_ and sort your pull requests.\n\n- **Increase your productivity**\n  In one single page you have all your watched repositories with the related pull requests and your notifications sorted\n  by repositories.\n\n## How to use\n\n### Sort by filters\n\nYou can search for issues and pull requests globally across all of GitHub, or search for issues and pull requests within\na particular organization.\n\n![Sort by filters](github-pr-review-filters.png)\n\n[More information about filters](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)\n\n### Sort by labels\n\nYou can sort you pull requests on four blocks Review needed, Accepted, Changes requested and WIP.\n_Notification view is not possible with this mode_\n\n![Sort by labels](github-pr-review-labels.png)\n\n[More information about labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels)\n\n## Installation\n\n### Requirements\n\n- [Docker](https://docs.docker.com/install/linux/docker-ce/ubuntu) \u003e= 18.04.0\n- [Docker compose](https://docs.docker.com/compose/install) \u003e= 1.24.0\n\n### For development and self-hosted\n\n```bash\n$ make install\n```\n\nOnly in dev, you can use **[adminer](http://localhost:8012)** to see you database:\n- Server: _mysql_\n- Username: _env:MYSQL_USER_\n- Password: _env:MYSQL_PASSWORD_\n- Database: _env:MYSQL_DATABASE_\n\nBe careful, _HTTP_HOST_ is the URL for dev and _DOMAINS_ is the domains for production for\n[evertramos/nginx-proxy-automation](https://github.com/evertramos/nginx-proxy-automation)\n\n### Connect to PHP's shell\n\n```bash\n$ make shell\n```\n\n## Update\n\nOnly in production, you can update the project with:\n\n```bash\n$ make update\n```\n\n## Check code quality\n\nYou can run all check with (outside of docker container):\n```bash\n$ make check\n```\n\nOr you can just run all check individually (into docker container):\n```bash\n$ make lint\n$ make analyse\n$ make copy-past\n$ make doctrine\n$ make security\n```\n\n## Contributors\n\n- [ArthurHoaro](https://github.com/ArthurHoaro)\n- [cyprille](https://github.com/cyprille)\n- [ecourtial](https://github.com/ecourtial)\n- [GijsGoudzwaard](https://github.com/GijsGoudzwaard)\n- [tleon](https://github.com/tleon)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabeuloula%2Fgithub-pr-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabeuloula%2Fgithub-pr-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabeuloula%2Fgithub-pr-review/lists"}