PHPackages                             mrshennawy/committer - 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. mrshennawy/committer

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

mrshennawy/committer
====================

Manage Git commits effortlessly with the 'Committer'.

v1.0.3(2y ago)213MITPHPPHP ^8.0|^8.1

Since Dec 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MrShennawy/committer)[ Packagist](https://packagist.org/packages/mrshennawy/committer)[ RSS](/packages/mrshennawy-committer/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

The Committer
=============

[](#the-committer)

[![Build Status](https://github.com/mrshennawy/committer/workflows/tests/badge.svg)](https://github.com/mrshennawy/committer/actions)[![Total Downloads](https://camo.githubusercontent.com/4562a2a7cf029ed83e79673beb7273c00b78224b268723522dcdea6d501cdd2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d727368656e6e6177792f636f6d6d6974746572)](https://packagist.org/packages/mrshennawy/committer)[![Latest Stable Version](https://camo.githubusercontent.com/3cf397d6254f51eb6b5ea2307fdc2542e9d52f9fc5130103eac706e10fbc101a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d727368656e6e6177792f636f6d6d6974746572)](https://packagist.org/packages/mrshennawy/committer)[![License](https://camo.githubusercontent.com/08cc55b84602fe6ab2311e0faf0aaf7ab3392c941ff2d63e20fd11227974d18a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d727368656e6e6177792f636f6d6d6974746572)](https://packagist.org/packages/mrshennawy/committer)

 [![](docs/assets/committer.svg)](docs/assets/committer.svg)

\*\*committer\*\* is a Composer package that simplifies the process of writing standard Git commit messages. It helps developers maintain a consistent and clean commit history. Table of Contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)
2. [Usage](#usage)
3. [Authors](#authors)
4. [License](#license)

Installation
------------

[](#installation)

Committer uses [Composer](https://getcomposer.org/) to manage its dependencies. Make sure you have Composer installed on your machine before using Committer.

```
composer global require mrshennawy/committer
```

You must place Composer's system-wide vendor bin directory in your `$PATH` so that your system can locate the Committer executable. This directory exists in different locations based on your operating system. Some common locations include:

- macOS: `$HOME/.composer/vendor/bin`
    - ```
        export PATH=$PATH:$HOME/.composer/vendor/bin
        ```
- Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin`
    - ```
        set PATH=%PATH%;%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
        ```
- GNU / Linux Distributions: `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin`
    - ```
        export PATH=$PATH:$HOME/.config/composer/vendor/bin
        ```

    or
    - ```
        export PATH=$PATH:$HOME/.composer/vendor/bin`

        ```

You can also find the global installation path of Composer by running `composer global about` and looking for it in the first line.

Usage
-----

[](#usage)

After installing the package, you can use it by running only `gc`:

- The `gc` command now supports the following options:
    - `--select`: This option allows to select the files before committing. It can be used as `gc --select` or `gc -s`.
    - `--build`: This option builds the project before commit. It can be used as `gc --build` or `gc -b`.

Authors
-------

[](#authors)

- Mahmoud Shennawy | [GitHub](https://github.com/MrShennawy) | [LinkedIn](https://www.linkedin.com/in/mrshennawy) |

You can also see the list of [contributors](https://github.com/mrshennawy/committer/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License. See the file [LICENSE.md](LICENSE.md) for details.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~3 days

Total

4

Last Release

909d ago

PHP version history (2 changes)v1.0.0PHP ^7.3|^8.1

v1.0.2PHP ^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/063419cdc719b1b80d46976e776f19a2381baf3c0b606d797d73c58d8d275e3b?d=identicon)[MrShennawy](/maintainers/MrShennawy)

---

Top Contributors

[![mrshennawyMu](https://avatars.githubusercontent.com/u/90485849?v=4)](https://github.com/mrshennawyMu "mrshennawyMu (11 commits)")[![MrShennawy](https://avatars.githubusercontent.com/u/25787665?v=4)](https://github.com/MrShennawy "MrShennawy (1 commits)")

---

Tags

committergit-committer

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mrshennawy-committer/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)[dagger/dagger

Dagger PHP SDK

261.1k](/packages/dagger-dagger)

PHPackages © 2026

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