{"id":23260821,"url":"https://github.com/123inkt/123view","last_synced_at":"2026-05-14T20:00:57.988Z","repository":{"id":37034241,"uuid":"416440282","full_name":"123inkt/123view","owner":"123inkt","description":"A code review and commit notifications Symfony application","archived":false,"fork":false,"pushed_at":"2026-05-09T16:40:36.000Z","size":8769,"stargazers_count":20,"open_issues_count":4,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-09T18:33:04.212Z","etag":null,"topics":["commit","git","mail","notification","php","repository","review","revision","summary","upsource","watch"],"latest_commit_sha":null,"homepage":"","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/123inkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2021-10-12T17:48:10.000Z","updated_at":"2026-05-09T16:39:19.000Z","dependencies_parsed_at":"2023-10-26T03:25:39.320Z","dependency_job_id":"b51aece5-022a-4e0b-8dda-3a1a4f8d2e47","html_url":"https://github.com/123inkt/123view","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/123inkt/123view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/123inkt%2F123view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/123inkt%2F123view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/123inkt%2F123view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/123inkt%2F123view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/123inkt","download_url":"https://codeload.github.com/123inkt/123view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/123inkt%2F123view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["commit","git","mail","notification","php","repository","review","revision","summary","upsource","watch"],"created_at":"2024-12-19T13:18:59.278Z","updated_at":"2026-05-14T20:00:57.930Z","avatar_url":"https://github.com/123inkt.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.4-8892BF)](https://php.net/)\n[![Symfony Version](https://img.shields.io/badge/symfony-7.4-4BC51D)](https://symfony.com/releases)\n[![PHPStan](https://img.shields.io/badge/phpstan-enabled-4BC51D)](https://www.phpstan.com/)\n[![codecov](https://codecov.io/gh/123inkt/123view/branch/master/graph/badge.svg)](https://app.codecov.io/gh/123inkt/123view)\n[![Build Status](https://github.com/123inkt/123view/actions/workflows/check.yml/badge.svg?branch=master)](https://github.com/123inkt/123view/actions)\n[![Build Status](https://github.com/123inkt/123view/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/123inkt/123view/actions)\n\n# 123view - code review and commit notifications\nA symfony application to create code reviews for a specific set of revisions not tied to a branch and to allow receiving commit notification for all commits in a certain time period.\n\n### Features\n\n**Code review:**\n- Code reviews per repository.\n- Join review, place comment or react to comment, accept and reject reviews.\n- Attach and detach revisions to and from a review.\n- Webhook to allow external projects be notified about review changes.\n\n**Commit notification:**\n- Receive one mail for all commits within a certain time period. Once per one, two, three, fours hours or daily or weekly.\n- Exclude (or include) certain commit messages, files, or authors.\n- Receive commits in a single mail for multiple repositories.\n- Light or dark theme notification mail.\n- Add links to your task or jira board based on the commit message.\n\n**Examples:**\n- Watch changes for `composer.json` for one or more repositories.\n- Exclude all commits done by ci- or other automated processes.\n- Exclude changes done to `composer.lock` for a repository.\n\n## UI\n\n\u003ca href=\"docs/impressions.md\"\u003e\n    \u003cimg src=\"docs/images/review-overview.png\" width=\"200\" alt=\"Review overview\"\u003e\n\u003c/a\u003e\n\u003ca href=\"docs/impressions.md\"\u003e\n    \u003cimg src=\"docs/images/review-details.png\" width=\"200\" alt=\"Review details\"\u003e\n\u003c/a\u003e\n\n## Requirements\n\n- [docker \u003e= 20.10](https://docs.docker.com/engine/install/)\n- [docker compose plugin](https://docs.docker.com/compose/install/linux/)\n- [git](https://git-scm.com/download/linux)\n\n## Getting started\n\n1) Clone repository: `git clone https://github.com/123inkt/123view.git 123view \u0026\u0026 cd 123view`\n2) Start installer `bin/install.sh` to aid in filling the configuration options.\n3) Start the application with `bin/start.sh`, and choose `prod`\n4) Project should be available on: `https://\u003cdomain\u003e/`.\n5) The first user registered will receive admin permissions.\n\n### Next\n- [Adding repositories](docs/adding-repositories.md)\n- [Add reviews](docs/indexing-repositories.md)\n- [Configuration](docs/configuration.md)\n\n## Development\n```shell\ngit clone https://github.com/123inkt/123view.git 123view\ncd 123view\n./bin/start.sh\n```\nChoose `dev` and after all containers are started project should be available on https://\u003cdomain|localhost\u003e.\u003cbr\u003e\nAccept the self-signed certificate in the browser.\u003cbr\u003e\nReview `.env.dev` and when needed and create a `.env.dev.local` with your own settings.\n\n## About us\n\nAt 123inkt (Part of Digital Revolution B.V.), every day more than 30 developers are working on improving our internal ERP and our several shops. Do\nyou want to join us? [We are looking for developers](https://www.werkenbij123inkt.nl/vacatures).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F123inkt%2F123view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F123inkt%2F123view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F123inkt%2F123view/lists"}