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)20146.4k↑511.7%2MITPHPPHP ^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 3d ago

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

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

41

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity73

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

1273d 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

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)

PHPackages © 2026

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