PHPackages                             madikon/grumphp-typoscript-lint - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. madikon/grumphp-typoscript-lint

ActiveLibrary[Testing &amp; Quality](/categories/testing)

madikon/grumphp-typoscript-lint
===============================

A typoscript linter task for grumphp

1.2.0(2y ago)03.4k↓45%1MITPHP

Since Dec 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/madikon/grumphp-typoscript-lint)[ Packagist](https://packagist.org/packages/madikon/grumphp-typoscript-lint)[ RSS](/packages/madikon-grumphp-typoscript-lint/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (6)Used By (0)

[![Test](https://github.com/madikon/grumphp-typoscript-lint/actions/workflows/Test.yml/badge.svg)](https://github.com/madikon/grumphp-typoscript-lint/actions/workflows/Test.yml)

Grumphp Typoscript Lint
=======================

[](#grumphp-typoscript-lint)

A TypoScript lint task for [GrumPHP](https://github.com/phpro/grumphp). Based on the TypoScript Linter of Martin Helmich [martin-helmich/typo3-typoscript-lint](https://github.com/martin-helmich/typo3-typoscript-lint)

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

[](#installation)

Install composer package

```
composer require --dev madikon/grumphp-typoscript-lint
```

Add the extension loader to your `grumphp.yml`

```
grumphp:
  extensions:
    - Madikon\GrumphpTypoScriptLint\Extension\Loader
```

Usage
-----

[](#usage)

Default configuration for grumphp

```
grumphp:
  tasks:
    typoscriptlint:
      config: "path/to/your/typoscriptlint-config.yaml"
      paths:
        - "path/to/include"
      exclude:
        - "path/or/file/to/exclude"
      triggered_by:
        - typoscript
        - tsconfig
      format: "compact"
      fail-on-warnings: true
      output: "-"
```

Results in the folowing command line call

```
vendor/bin/typoscript-lint --config=path/to/your/typoscriptlint-config.yaml --format=compact --output=- --fail-on-warnings file1.typoscript file2.typoscript
```

Linter Configuration
--------------------

[](#linter-configuration)

For more detailed documentation and configuration please refer to

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Every ~242 days

Total

5

Last Release

1015d ago

Major Versions

0.2.0 → 1.0.02022-08-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fe4e71147c5d55465051ebd325344c3bb3c216a766bffa7545698588354dcf2?d=identicon)[madikon](/maintainers/madikon)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/madikon-grumphp-typoscript-lint/health.svg)

```
[![Health](https://phpackages.com/badges/madikon-grumphp-typoscript-lint/health.svg)](https://phpackages.com/packages/madikon-grumphp-typoscript-lint)
```

###  Alternatives

[vijaycs85/drupal-quality-checker

Setups code quality checking tools for Drupal project.

52192.3k4](/packages/vijaycs85-drupal-quality-checker)[sci3ma/symfony-grumphp

Configured GrumPHP with bunch of tools for static code analysis Symfony Framework

196.7k](/packages/sci3ma-symfony-grumphp)

PHPackages © 2026

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