PHPackages                             projektgopher/laravel-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. projektgopher/laravel-git-hooks

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

projektgopher/laravel-git-hooks
===============================

Manage project-wide git hooks in a simple way

12[1 PRs](https://github.com/ProjektGopher/laravel-git-hooks/pulls)PHP

Since Apr 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ProjektGopher/laravel-git-hooks)[ Packagist](https://packagist.org/packages/projektgopher/laravel-git-hooks)[ RSS](/packages/projektgopher-laravel-git-hooks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Manage project-wide git hooks in a simple way
=============================================

[](#manage-project-wide-git-hooks-in-a-simple-way)

[![Latest Version on Packagist](https://camo.githubusercontent.com/39e69e01aae7f24a20cb43c0d02e11646b801b314357841e1391ebf220c819b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6a656b74676f706865722f6c61726176656c2d6769742d686f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/projektgopher/laravel-git-hooks)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7fc44b437881f13c7a287aa6c44398f142ba3c8424f5ec479ed5e8f0dfb925e3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70726f6a656b74676f706865722f6c61726176656c2d6769742d686f6f6b732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/projektgopher/laravel-git-hooks/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/34260b45e94007f4a4ef160344a7210d6f42bf8f393389917031a62ba5e10cdb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70726f6a656b74676f706865722f6c61726176656c2d6769742d686f6f6b732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/projektgopher/laravel-git-hooks/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/49653545de8e0cd5eb58b06e2832128d81aeb611c8b1fa4a6cfcd5384c41fe2c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6a656b74676f706865722f6c61726176656c2d6769742d686f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/projektgopher/laravel-git-hooks)

Keeping git hooks in sync across a while team can have some issues. This packages aims to solve that.

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

[](#installation)

You can install the package via composer:

```
composer require projektgopher/laravel-git-hooks
php artisan git-hooks:install
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-git-hooks-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

TODO

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

A **big** "Thank You" to [EXACTsports](https://github.com/EXACTsports) for supporting the development of this package.

- [Len Woodward](https://github.com/ProjektGopher)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/63312522f1920cf5b3c34ea474511a484162b36166a33ae4b9fde6c65ab2c2fc?d=identicon)[ProjektGopher](/maintainers/ProjektGopher)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/projektgopher-laravel-git-hooks/health.svg)

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

PHPackages © 2026

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