explaingit

phacility/phabricator

12,305PHPAudience · developerComplexity · 4/5LicenseSetup · hard

TLDR

Phabricator is a now-archived collection of PHP web apps for software teams, it covered code review, project management, and version control integration, but has been officially discontinued since June 2021.

Mindmap

mindmap
  root((phabricator))
    Status
      Archived 2021
      No active maintenance
    Features
      Code review
      Project management
      Version control
    Tech Stack
      PHP
      Git
      Mercurial
    Audience
      Dev teams
      Legacy users
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Self-host a legacy code review and task tracking system for a team already running Phabricator.

USE CASE 2

Study the PHP codebase to understand how a large-scale developer tooling platform was architected.

Tech stack

PHPGitMercurialSubversion

Getting it running

Difficulty · hard Time to first run · 1day+

No longer maintained as of June 2021, running in production requires forking and maintaining the codebase yourself.

Use freely for any purpose including commercial projects, with attribution required under the Apache 2.0 license.

In plain English

Phabricator is a collection of web applications for software development, written in PHP. The repository's topics indicate it worked with Git, Mercurial, and Subversion version control systems. Beyond that, the README is extremely sparse and does not describe what the individual applications do or how to use them. As of June 1, 2021, Phabricator is no longer actively maintained by its original developers. The repository is preserved but should be considered archived. The software is released under the Apache 2.0 license.

Copy-paste prompts

Prompt 1
How do I set up a self-hosted Phabricator instance for code review on a Linux server?
Prompt 2
What are the best modern alternatives to Phabricator now that it is no longer maintained?
Open on GitHub → Explain another repo

← phacility on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.