PHPackages                             pluswerk/grumphp-bom-task - 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. pluswerk/grumphp-bom-task

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

pluswerk/grumphp-bom-task
=========================

Force files to have no BOM

11.0.0(2mo ago)2300.1k—5.8%6LGPL-3.0-or-laterPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

Since Jul 12Pushed 2mo ago8 watchersCompare

[ Source](https://github.com/andersundsehr/grumphp-bom-task)[ Packagist](https://packagist.org/packages/pluswerk/grumphp-bom-task)[ RSS](/packages/pluswerk-grumphp-bom-task/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (20)Used By (6)

[![Packagist](https://camo.githubusercontent.com/e872aed9f11e1e66a36638028e281f73253dd7e1be2d352ace926f3ea4576e26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706c75737765726b2f6772756d7068702d626f6d2d7461736b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pluswerk/grumphp-bom-task)[![Packagist](https://camo.githubusercontent.com/bab76de14582565068c3a56c51322543baa7dde4e7f9e5683929e3aca00a8d27/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f706c75737765726b2f6772756d7068702d626f6d2d7461736b2e7376673f7374796c653d666c61742d737175617265)](https://opensource.org/licenses/LGPL-3.0)[![Travis](https://camo.githubusercontent.com/2e6040f0343ac6f64e8889294d3ed7c27354107f39cea72e51e21698af023080/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4b616e74692f4c4a534f4e2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Pluswerk/grumphp-bom-task)[![Code Climate](https://camo.githubusercontent.com/7d29d03a8bfbe22a24d3cb2780136ce8bec7232df52b6b789ced49f72b71706b/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f706c75737765726b2f6772756d7068702d626f6d2d7461736b2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/pluswerk/grumphp-bom-task)[![SymfonyInsight Grade](https://camo.githubusercontent.com/dd09cb2f1f8456c79e915e2d3b6ac43da9aed016d08b298294709a6997f45e07/68747470733a2f2f696d672e736869656c64732e696f2f73796d666f6e792f692f67726164652f36396366346235382d623835362d346637392d613364612d6138393239316561653130322e7376673f7374796c653d666c61742d737175617265)](https://insight.symfony.com/projects/69cf4b58-b856-4f79-a3da-a89291eae102)

grumphp-bom-task
================

[](#grumphp-bom-task)

Force files to have no BOM via GrumPHP

### grumphp.yml:

[](#grumphpyml)

```
parameters:
    tasks:
        plus_bom_fixer:
            triggered_by:  [php, css, scss, less, json, sql, yml, txt]
    extensions:
        - PLUS\GrumPHPBomTask\ExtensionLoader
```

### Upgrade from andersundsehr/grumphp-bom-task

[](#upgrade-from-andersundsehrgrumphp-bom-task)

If you come from [andersundsehr/grumphp-bom-task](https://github.com/andersundsehr/grumphp-bom-task), change the extensions Loader path in the grumphp.yml file.

from:

```
parameters:
    tasks:
        aus_bom_fixer:
            triggered_by:  [php, css, scss, less, json, sql, yml, txt]
    extensions:
        - AUS\GrumPHPBomTask\ExtensionLoader
```

to:

```
parameters:
    tasks:
        plus_bom_fixer:
            triggered_by:  [php, css, scss, less, json, sql, yml, txt]
    extensions:
        - PLUS\GrumPHPBomTask\ExtensionLoader
```

### Composer

[](#composer)

`composer require --dev pluswerk/grumphp-bom-task`

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance86

Actively maintained with recent releases

Popularity36

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 97.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 ~175 days

Recently: every ~75 days

Total

19

Last Release

70d ago

Major Versions

6.0.0 → 7.0.02021-05-13

7.0.0 → 8.0.02023-07-31

8.1.0 → 10.0.02025-02-24

8.x-dev → 10.2.12025-11-27

10.2.2 → 11.0.02026-03-10

PHP version history (8 changes)4.0.0PHP &gt;=5.6

5.0.0PHP &gt;=7.2

7.0.0PHP &gt;=7.3

8.0.0PHP ~8.1.0 || ~8.2.0

8.1.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0

10.0.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0

8.x-devPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

10.2.1PHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471387?v=4)[Matthias Vogel](/maintainers/Kanti)[@Kanti](https://github.com/Kanti)

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

---

Top Contributors

[![Kanti](https://avatars.githubusercontent.com/u/471387?v=4)](https://github.com/Kanti "Kanti (46 commits)")[![Cyb10101](https://avatars.githubusercontent.com/u/6364155?v=4)](https://github.com/Cyb10101 "Cyb10101 (1 commits)")

---

Tags

bomgrumphp

### Embed Badge

![Health badge](/badges/pluswerk-grumphp-bom-task/health.svg)

```
[![Health](https://phpackages.com/badges/pluswerk-grumphp-bom-task/health.svg)](https://phpackages.com/packages/pluswerk-grumphp-bom-task)
```

###  Alternatives

[lasselehtinen/laravel-conventions-checker

grumphp config to automatically check conventions for Laravel projects

2210.4k4](/packages/lasselehtinen-laravel-conventions-checker)

PHPackages © 2026

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