PHPackages                             reindeerweb/autogitignore - 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. reindeerweb/autogitignore

Abandoned → [novusvetus/autogitignore](/?search=novusvetus%2Fautogitignore)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

reindeerweb/autogitignore
=========================

A post-update-cmd script to automatically add Composer managed packages to .gitignore

1.1.0(8y ago)1701PHP

Since Jul 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ReindeerWeb/AutoGitIgnore)[ Packagist](https://packagist.org/packages/reindeerweb/autogitignore)[ RSS](/packages/reindeerweb-autogitignore/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Auto Git Ignore by ReindeerWeb
==============================

[](#auto-git-ignore-by-reindeerweb)

A post-update-cmd script to automatically add Composer managed packages to .gitignore

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

[](#installation)

### Add the following to your composer.json

[](#add-the-following-to-your-composerjson)

```
"scripts": {
    "post-update-cmd": "ReindeerWeb\\AutoGitIgnore\\GitIgnoreBuilder::Go"
}
```

### Add it to your project with:

[](#add-it-to-your-project-with)

```
composer require reindeerweb/autogitignore
```

### Exclude dev only packages

[](#exclude-dev-only-packages)

Add to the following to your composer.json

```
"extra": {
 "autogitignore": "devOnly"
}
```

License
-------

[](#license)

3-clause BSD license See [License](LICENSE)

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository on GitHub. Please read over existing issues before submitting an issue to ensure yours is unique.

[Create a new issue](../../issues/new)

- Describe the steps to reproduce your issue.
- Describe the expected and the actual outcome.
- Describe your environment as detailed as possible.

Development and contribution
----------------------------

[](#development-and-contribution)

Feature requests can also be made by [creating a new issue](../../issues/new). If you would like to make contributions to this module, feel free to [create a fork](../../fork) and submit a pull request.

Versioning
----------

[](#versioning)

This project follows [Semantic Versioning](http://semver.org) paradigm. That is:

> Given a version number MAJOR.MINOR.PATCH, increment the:
>
> 1. MAJOR version when you make incompatible API changes,
> 2. MINOR version when you add functionality in a backwards-compatible manner, and
> 3. PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~51 days

Total

3

Last Release

3133d ago

### Community

Maintainers

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

---

Top Contributors

[![Novusvetus](https://avatars.githubusercontent.com/u/1022187?v=4)](https://github.com/Novusvetus "Novusvetus (5 commits)")[![mickaelperrin](https://avatars.githubusercontent.com/u/5844226?v=4)](https://github.com/mickaelperrin "mickaelperrin (3 commits)")

### Embed Badge

![Health badge](/badges/reindeerweb-autogitignore/health.svg)

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

###  Alternatives

[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[magento/magento-composer-installer

Composer installer for Magento modules

7523.3M318](/packages/magento-magento-composer-installer)[larapack/hooks

A Laravel Hook system

2171.5M21](/packages/larapack-hooks)[ramsey/conventional-commits

A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook action!

1931.2M122](/packages/ramsey-conventional-commits)[dominikb/composer-license-checker

Utility to check for licenses of dependencies and block/allow them.

563.8M9](/packages/dominikb-composer-license-checker)

PHPackages © 2026

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