PHPackages                             namelesscoder/gizzle-git-plugins - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. namelesscoder/gizzle-git-plugins

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

namelesscoder/gizzle-git-plugins
================================

Gizzle plugins for running Git operations

0.1.7(11y ago)15661GPLv3PHP

Since Nov 30Pushed 11y agoCompare

[ Source](https://github.com/NamelessCoder/gizzle-git-plugins)[ Packagist](https://packagist.org/packages/namelesscoder/gizzle-git-plugins)[ RSS](/packages/namelesscoder-gizzle-git-plugins/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (9)Used By (1)

Gizzle: Git Plugins
===================

[](#gizzle-git-plugins)

[![Build Status](https://camo.githubusercontent.com/d8e8664f1bec60c8b7c59958858097957c31c67e1711eebb6faaa3a40074fbed/68747470733a2f2f696d672e736869656c64732e696f2f6a656e6b696e732f732f68747470732f6a656e6b696e732e666c7569647479706f332e6f72672f67697a7a6c652d6769742d706c7567696e732e7376673f7374796c653d666c61742d737175617265)](https://jenkins.fluidtypo3.org/job/gizzle-git-plugins/) [![Coverage Status](https://camo.githubusercontent.com/df0bbc6753a54f1f5380ae0843d49507226e1831e45e026c314f7ef1179944bf/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4e616d656c657373436f6465722f67697a7a6c652d6769742d706c7567696e732e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/NamelessCoder/gizzle-git-plugins?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/27698f9c7cfb68b46fa0afeb435e793711e198495ec7e2b1993a1e118d05a387/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4e616d656c657373436f6465722f67697a7a6c652d6769742d706c7567696e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/namelesscoder/gizzle-git-plugins) [![Total Downloads](https://camo.githubusercontent.com/64f4f0e8ad6c214fb98a212ff53d3371c8e182587f1c44f18f782252d2cd3c27/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4e616d656c657373436f6465722f67697a7a6c652d6769742d706c7567696e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/namelesscoder/gizzle-git-plugins)

Plugins to perform Git operations from a [Gizzle GitHub Webhook Listener](https://github.com/NamelessCoder/gizzle).

Settings
--------

[](#settings)

The following `Settings.yml` file shows every possible setting for every plugin in this collection with sample values. \*\*The values do not represent defaults - you must configure each plugin with at least the minimum required arguments of the corresponding Git command.

```
NamelessCoder\GizzleGitPlugins:
  NamelessCoder\GizzleGitPlugins\GizzlePlugins\ClonePlugin:
    enabled: true
    directory: localpath
    branch: master
    repository: url-or-remote-name
    single: true
    depth: 50
    rebase: true
  NamelessCoder\GizzleGitPlugins\GizzlePlugins\PullPlugin:
    enabled: true
    directory: localpath
    repository: url-or-remote-name
    branch: master
    rebase: true
    depth: 1
  NamelessCoder\GizzleGitPlugins\GizzlePlugins\ResetPlugin:
    enabled: true
    directory: localpath
    hard: true
    head: shortname-like-HEAD^1-or-sha1
  NamelessCoder\GizzleGitPlugins\GizzlePlugins\PushPlugin:
    enabled: true
    repository: localpath
    branch: master
    checkout: true
    remote: originnameorurl
    head: remote branch name
  NamelessCoder\GizzleGitPlugins\GizzlePlugins\CommitPlugin:
    enabled: true
    repository: localpath
    branch: master
    checkout: true
    files: *
    add: true
  NamelessCoder\GizzleGitPlugins\GizzlePlugins\CheckoutPlugin:
    enabled: true
    repository: localpath
    branch: master
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~15 days

Recently: every ~1 days

Total

8

Last Release

4083d ago

### Community

Maintainers

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

---

Top Contributors

[![NamelessCoder](https://avatars.githubusercontent.com/u/2228052?v=4)](https://github.com/NamelessCoder "NamelessCoder (49 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/namelesscoder-gizzle-git-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/namelesscoder-gizzle-git-plugins/health.svg)](https://phpackages.com/packages/namelesscoder-gizzle-git-plugins)
```

###  Alternatives

[benjaminhirsch/nova-slug-field

A Laravel Nova field to generate a slugs.

1401.1M11](/packages/benjaminhirsch-nova-slug-field)[yiicod/yii2-listener

The simple and powerful event listener for the Yii2 framework

1410.6k](/packages/yiicod-yii2-listener)

PHPackages © 2026

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