PHPackages                             plhw/hf-git-hooks - 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. plhw/hf-git-hooks

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

plhw/hf-git-hooks
=================

Common Git Hooks

0.3.1(6y ago)0445MITPHPPHP ^7.1

Since Nov 11Pushed 5y agoCompare

[ Source](https://github.com/plhw/hf-git-hooks)[ Packagist](https://packagist.org/packages/plhw/hf-git-hooks)[ RSS](/packages/plhw-hf-git-hooks/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

HF Git Hooks
============

[](#hf-git-hooks)

Tool to automaticly installs hooks for repository in your `./.git/hooks` path.

Currently we have a pre-push hook that does the following;

- Checks for a valid composer.json and composer.lock.
- Check code style

### INSTALLATION

[](#installation)

`composer require plhw/hf-git-hooks --dev` as a composer dependency.

### Configuration

[](#configuration)

Add the following to your composer.json file.

```
"scripts": {
   	"pre-update-cmd": "HF\\GitHooks\\Installer::preHooks",
   	"pre-install-cmd": "HF\\GitHooks\\Installer::preHooks",
	"post-update-cmd": "HF\\GitHooks\\Installer::postHooks",
	"post-install-cmd": "HF\\GitHooks\\Installer::postHooks"
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~167 days

Recently: every ~188 days

Total

6

Last Release

2272d ago

### Community

Maintainers

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

---

Top Contributors

[![basz](https://avatars.githubusercontent.com/u/143068?v=4)](https://github.com/basz "basz (13 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/plhw-hf-git-hooks/health.svg)

```
[![Health](https://phpackages.com/badges/plhw-hf-git-hooks/health.svg)](https://phpackages.com/packages/plhw-hf-git-hooks)
```

###  Alternatives

[malzariey/filament-daterangepicker-filter

This package uses daterangepciker library to filter date by a range or predefined date ranges (Today , Yesterday ...etc)

1691.8M18](/packages/malzariey-filament-daterangepicker-filter)

PHPackages © 2026

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