PHPackages                             friendsofredaxo/linter - 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. [CLI &amp; Console](/categories/cli)
4. /
5. friendsofredaxo/linter

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

friendsofredaxo/linter
======================

Linter commandline für REDAXO

1.4.0(3y ago)23140.4k↓40%1MITPHPPHP ^7.1 || ^8.0

Since Mar 31Pushed 3y ago5 watchersCompare

[ Source](https://github.com/FriendsOfREDAXO/linter)[ Packagist](https://packagist.org/packages/friendsofredaxo/linter)[ RSS](/packages/friendsofredaxo-linter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (16)Used By (1)

Deprecated
==========

[](#deprecated)

use  or  instead!

linter
======

[](#linter)

Linter commandline für REDAXO.

Mit diesem Tool ist es möglich beliebige Dateien bzgl. gängigen Fehlern zu überprüfen. Aktuell werden folgende Dateien überprüft:

- PHP Dateien
- YAML Dateien
- JSON Dateien
- SQL Dateien
- CSS Dateien

Setup in Travis CI
------------------

[](#setup-in-travis-ci)

### Datei `.travis.yml` im gewünschten github repository erzeugen

[](#datei-travisyml-im-gewünschten-github-repository-erzeugen)

.. wenn man noch keine `.travis.yml` hat..

```
language: php

php:
    - '7.1' # REDAXO5.8+ min-php version

cache:
    directories:
        - $HOME/.composer/cache

before_install:
    - phpenv config-rm xdebug.ini || echo "xdebug not available"

script:
    - composer require --dev friendsofredaxo/linter
    - vendor/bin/rexlint
```

### Auf  via github-login anmelden und das Repository für TravisCI aktivieren.

[](#auf-httpstravis-ciorg-via-github-login-anmelden-und-das-repository-für-travisci-aktivieren)

Beispiel für FriendsOfREDAXO/minibar:

Account-Settings öffnen: [![image](https://user-images.githubusercontent.com/120441/55288765-b8268500-53bc-11e9-9139-6e904c4fa3c8.png)](https://user-images.githubusercontent.com/120441/55288765-b8268500-53bc-11e9-9139-6e904c4fa3c8.png)

Repository aktivieren: [![image](https://user-images.githubusercontent.com/120441/55288776-dc826180-53bc-11e9-9625-27a87c4d1544.png)](https://user-images.githubusercontent.com/120441/55288776-dc826180-53bc-11e9-9625-27a87c4d1544.png)

-&gt; Wenn man jetzt ein neues Pull Request öffnet, laufen die Checks und man bekommt entweder ein OK oder ein KO:

[![image](https://user-images.githubusercontent.com/120441/55288790-050a5b80-53bd-11e9-90aa-455464003fb8.png)](https://user-images.githubusercontent.com/120441/55288790-050a5b80-53bd-11e9-90aa-455464003fb8.png)

Setup in GithubActions
----------------------

[](#setup-in-githubactions)

```
# ... snip

jobs:

  rex-lint:
    name: REX Linting
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Setup PHP
      uses: shivammathur/setup-php@v2
      with:
        php-version: 7.1 # adjust accordingly
        extensions: intl
        coverage: none # disable xdebug, pcov
    - name: Install Dependencies
      run: composer install --prefer-dist
    - run: |
        composer require --dev friendsofredaxo/linter
        vendor/bin/rexlint
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 86.7% 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 ~98 days

Recently: every ~332 days

Total

15

Last Release

1226d ago

PHP version history (2 changes)1.0PHP ^7.1

1.3.0PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/99d4e5e5fa8fb7d0782de39b43c558953d0a5881a7ba596b90ed9c312db8c4d9?d=identicon)[staabm](/maintainers/staabm)

---

Top Contributors

[![staabm](https://avatars.githubusercontent.com/u/120441?v=4)](https://github.com/staabm "staabm (72 commits)")[![gharlan](https://avatars.githubusercontent.com/u/330436?v=4)](https://github.com/gharlan "gharlan (8 commits)")[![bloep](https://avatars.githubusercontent.com/u/21292755?v=4)](https://github.com/bloep "bloep (3 commits)")

---

Tags

cliredaxotravis-ci

### Embed Badge

![Health badge](/badges/friendsofredaxo-linter/health.svg)

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

###  Alternatives

[phpbench/phpbench

PHP Benchmarking Framework

2.0k13.0M627](/packages/phpbench-phpbench)[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)

PHPackages © 2026

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