PHPackages                             koustubhdudhe/conventional-commit-blt-plugin - 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. koustubhdudhe/conventional-commit-blt-plugin

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

koustubhdudhe/conventional-commit-blt-plugin
============================================

Blt Plugin for conventional commits

v1.0.0(5y ago)07PHP

Since Apr 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/koustubhdudhe/Conventional-Commit-blt-plugin)[ Packagist](https://packagist.org/packages/koustubhdudhe/conventional-commit-blt-plugin)[ RSS](/packages/koustubhdudhe-conventional-commit-blt-plugin/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Conventional Commit BLT Plugin
------------------------------

[](#conventional-commit-blt-plugin)

This is Conventional Commit BLT Plugin to enforce Conventional Commits while committing.

Installation and usage
----------------------

[](#installation-and-usage)

In your project, require the plugin with Composer:

`composer require koustubhdudhe/conventional-commit-blt-plugin`

Run `blt blt:init:git-hooks`.

Add Below Configurations in the blt.yml file

Search for and replace the following placeholders within this file:

```
git:
  default_branch: master
  commit-msg:
    pattern: '/((SOMETHING)-[0-9]+(: )[^ ].{15,})|(Merge branch (.)+)/'
  ticket-id:
    pattern: '(SOMETHING)-[0-9]*'
  commit-type:
    pattern: 'feat|fix|refactor|style|test|docs|build'
    description:
      feat: 'Feat: Commits, that adds a new feature'
      fix: 'Fix: Commits, that fixes a bug'
      refactor: 'Refactor: Commits, that rewrite/restructure your code, however does not change any behaviour'
      style: 'Style: Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)'
      test: 'Test: Commits, that add missing tests or correcting existing tests'
      docs: 'Docs: Commits, that affect documentation only'
      build: 'Build: Commits, that affect build components like build tool, ci pipeline, dependencies, project version'

```

Commands to use
---------------

[](#commands-to-use)

`blt commit``git commit`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1846d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4d1b5f056fcb324b2f88d05a4751d319b8d8f23b8c5b90c1e7f4b1d9c14bdad?d=identicon)[Koustubh.Dudhe](/maintainers/Koustubh.Dudhe)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/koustubhdudhe-conventional-commit-blt-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/koustubhdudhe-conventional-commit-blt-plugin/health.svg)](https://phpackages.com/packages/koustubhdudhe-conventional-commit-blt-plugin)
```

###  Alternatives

[mybb/gravatar

Easy Gravatar generation for Laravel 5.0.

121.5k](/packages/mybb-gravatar)

PHPackages © 2026

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