PHPackages                             famelo/gerrit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. famelo/gerrit

ActiveTypo3-flow-package

famelo/gerrit
=============

33042PHP

Since Jun 5Pushed 12y ago2 watchersCompare

[ Source](https://github.com/mneuhaus/Famelo.Gerrit)[ Packagist](https://packagist.org/packages/famelo/gerrit)[ RSS](/packages/famelo-gerrit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Helper Commands for Gerrit
==========================

[](#helper-commands-for-gerrit)

Add missing commit-hooks and Gerrit Remotes to Packages
-------------------------------------------------------

[](#add-missing-commit-hooks-and-gerrit-remotes-to-packages)

You can use the './flow gerrit:setup' command to walk through all Packages and add commit-hooks and/or remotes for gerrit to your git configurations:

```
./flow gerrit:setup
Added commit-msg hook to add ChangeId to: /Users/mneuhaus/Sites/FLOW3/foo/Packages/Application/Famelo.Gerrit/.git

```

Automatic Cherry-Picking for Distributions
------------------------------------------

[](#automatic-cherry-picking-for-distributions)

To make the distributed development with Flow easier there is a command './flow gerrit:update' to fetch all ChangeId's specified in a file called 'gerrit.json' on the FLOW\_PATH\_ROOT, e.g. your Distributions root folder.

This gerrit.json has the following Syntax:

```
{
  "Package.Key": {
    "Changeset Description for better readability": "ChangeId"
  }
}

```

**Example**

```
{
  "TYPO3.Flow": {
    "[FEATURE] Allow custom custom configuration files in ConfigurationManager": "11982",
    "[WIP][FEATURE] Improve resolving of view": "16392"
  }
}

```

When you've added such a gerrit.json to your distribution, you can easily use:

```
./flow gerrit:update

```

This command will now go through all defined changeIds and apply them to the Packages. Here's the output of running the command on that gerrit.json example above:

```
Fetching: [FEATURE] Allow custom custom configuration files in ConfigurationManager
From git://git.typo3.org/FLOW3/Packages/TYPO3.FLOW3
 * branch            refs/changes/82/11982/7 -> FETCH_HEAD
[master 1992275] [FEATURE] Allow custom custom configuration files in ConfigurationManager
 3 files changed, 128 insertions(+), 32 deletions(-)

Fetching: [WIP][FEATURE] Improve resolving of view
From git://git.typo3.org/FLOW3/Packages/TYPO3.FLOW3
 * branch            refs/changes/92/16392/3 -> FETCH_HEAD
[master 71ba5a9] [WIP][FEATURE] Improve resolving of view
 17 files changed, 449 insertions(+), 15 deletions(-)
 create mode 100644 Classes/TYPO3/Flow/Mvc/Exception/NoSuchViewException.php
 create mode 100644 Configuration/Testing/Views.yaml
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/ChangedOnActionLevel.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/ChangedOnControllerLevel.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/ChangedOnPackageLevel.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/First.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/FirstChanged.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/RenderOther.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/Second.html
 create mode 100644 Resources/Private/Templates/Tests/Functional/Mvc/Fixtures/ViewsConfigurationTest/Widget.html
 create mode 100644 Tests/Functional/Mvc/ViewsConfiguration/Fixtures/Controller/ViewsConfigurationTestAController.php
 create mode 100644 Tests/Functional/Mvc/ViewsConfiguration/Fixtures/Controller/ViewsConfigurationTestBController.php
 create mode 100644 Tests/Functional/Mvc/ViewsConfiguration/Fixtures/TemplateView.php
 create mode 100644 Tests/Functional/Mvc/ViewsConfiguration/ViewsConfigurationTest.php

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dab78333e868497b7a31d4f16d8268ab3c9595a8c55a6df17c6620026588b062?d=identicon)[mneuhaus](/maintainers/mneuhaus)

---

Top Contributors

[![skurfuerst](https://avatars.githubusercontent.com/u/190777?v=4)](https://github.com/skurfuerst "skurfuerst (2 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (1 commits)")

### Embed Badge

![Health badge](/badges/famelo-gerrit/health.svg)

```
[![Health](https://phpackages.com/badges/famelo-gerrit/health.svg)](https://phpackages.com/packages/famelo-gerrit)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
