PHPackages                             sergiu-paraschiv/phpci-eslint - 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. sergiu-paraschiv/phpci-eslint

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

sergiu-paraschiv/phpci-eslint
=============================

npm eslint plugin for PHPCI

V2.4(9y ago)3663PHP

Since May 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sergiu-paraschiv/PHPCI-eslint)[ Packagist](https://packagist.org/packages/sergiu-paraschiv/phpci-eslint)[ RSS](/packages/sergiu-paraschiv-phpci-eslint/feed)WikiDiscussions master Synced today

READMEChangelog (9)DependenciesVersions (10)Used By (0)

PHPCI-eslint
============

[](#phpci-eslint)

### Eslint reporter for [PHPCI](https://www.phptesting.org/)

[](#eslint-reporter-for-phpci)

Add this to `composer.json`:

```
composer require sergiu-paraschiv/phpci-eslint

```

Then the task to `phpci.yml`:

```
test:
    ...
    \SergiuParaschiv\PHPCI\Plugin\Eslint:
        directory: "frontend"
        command: "npm run lint:ci"
        allowed_errors: 10
        allowed_warnings: 20
        data_offset: 2
    ...

```

Eslint should run with the `-f json` flag.

`data_offset` is the number of lines at the top of the output to skip before parsing the response.

`lint:ci` in `package.json` should be `"lint:ci": "eslint 'app/**/*.js' -f json; exit 0",`

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~7 days

Recently: every ~14 days

Total

9

Last Release

3637d ago

Major Versions

v1.3 → v2.02016-05-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4232505?v=4)[Sergiu Paraschiv](/maintainers/sergiu-paraschiv)[@sergiu-paraschiv](https://github.com/sergiu-paraschiv)

---

Top Contributors

[![sergiu-paraschiv](https://avatars.githubusercontent.com/u/4232505?v=4)](https://github.com/sergiu-paraschiv "sergiu-paraschiv (7 commits)")

### Embed Badge

![Health badge](/badges/sergiu-paraschiv-phpci-eslint/health.svg)

```
[![Health](https://phpackages.com/badges/sergiu-paraschiv-phpci-eslint/health.svg)](https://phpackages.com/packages/sergiu-paraschiv-phpci-eslint)
```

PHPackages © 2026

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