PHPackages                             spryker-sdk/evaluator - 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. spryker-sdk/evaluator

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

spryker-sdk/evaluator
=====================

The tool for evaluating Spryker shops

0.3.5(1mo ago)1903.2k↓18.7%3[1 PRs](https://github.com/spryker-sdk/evaluator/pulls)10proprietaryPHPPHP &gt;=8.3CI failing

Since May 4Pushed 3w ago3 watchersCompare

[ Source](https://github.com/spryker-sdk/evaluator)[ Packagist](https://packagist.org/packages/spryker-sdk/evaluator)[ RSS](/packages/spryker-sdk-evaluator/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (38)Versions (46)Used By (10)

[![codecov](https://camo.githubusercontent.com/79ccce22ae8a51cc3a02a8851cb51377727872865470ff7d67ea3b6a334360cb/68747470733a2f2f636f6465636f762e696f2f67682f737072796b65722d73646b2f6576616c7561746f722f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d506b4158456179356972)](https://codecov.io/gh/spryker-sdk/evaluator)

evaluator
=========

[](#evaluator)

To run evaluator for the project execute the command

```
vendor/bin/evaluator evaluate
```

To run evaluator in particular project directory

```
vendor/bin/evaluator evaluate --path=some/path
```

To run evaluator with specific checkers

```
vendor/bin/evaluator evaluate --checks=
```

To run evaluator with specific output format (output by default)

```
vendor/bin/evaluator evaluate --format=
```

To run evaluator with specific output redirect to project file `./report`

```
vendor/bin/evaluator evaluate --file
```

Other commands
==============

[](#other-commands)

Generate feature packages breakdown file. Should be executed from the evaluator project only.

```
GITHUB_AUTH= bin/console extract-feature-packages -vvv
```

Tooling configuration
=====================

[](#tooling-configuration)

Tolling configuration example:

```
evaluator:
    checkerConfiguration:
        - checker: NPM_CHECKER
          var:
              ALLOWED_SEVERITY_LEVELS: [low, moderate, high, critical]

    ignoreErrors:
        - '#SprykerSdkTest\\InvalidProject\\MultidimensionalArray\\Application1\\ApplicationDependencyProvider#'
        - messages:
              - '#composer\.json#'
              - '#deploy\.dev\.yml#'
          checker: PHP_VERSION_CHECKER
        - messages:
              - '#SprykerSdkTest\\InvalidProject\\MultidimensionalArray\\Application2\\ApplicationDependencyProvider#'
          checker: MULTIDIMENSIONAL_ARRAY_CHECKER
```

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance93

Actively maintained with recent releases

Popularity41

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~75 days

Total

35

Last Release

44d ago

PHP version history (5 changes)0.1.0PHP &gt;=7.4

0.2.0PHP &gt;=8.0

0.2.5PHP &gt;=8.1

0.2.7PHP &gt;=8.2

0.3.2PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10738957?v=4)[Spryker Bot](/maintainers/spryker-bot)[@spryker-bot](https://github.com/spryker-bot)

---

Top Contributors

[![vol4onok](https://avatars.githubusercontent.com/u/5063777?v=4)](https://github.com/vol4onok "vol4onok (98 commits)")[![sergeyspryker](https://avatars.githubusercontent.com/u/100715007?v=4)](https://github.com/sergeyspryker "sergeyspryker (61 commits)")[![pavelmaksimov25](https://avatars.githubusercontent.com/u/82393959?v=4)](https://github.com/pavelmaksimov25 "pavelmaksimov25 (28 commits)")[![DmytroKlymanSpryker](https://avatars.githubusercontent.com/u/111562890?v=4)](https://github.com/DmytroKlymanSpryker "DmytroKlymanSpryker (20 commits)")[![olhalivitchuk](https://avatars.githubusercontent.com/u/77281282?v=4)](https://github.com/olhalivitchuk "olhalivitchuk (12 commits)")[![stereomon](https://avatars.githubusercontent.com/u/1382877?v=4)](https://github.com/stereomon "stereomon (8 commits)")[![gechetspr](https://avatars.githubusercontent.com/u/42143273?v=4)](https://github.com/gechetspr "gechetspr (5 commits)")[![VladislavStrelchenko](https://avatars.githubusercontent.com/u/85889893?v=4)](https://github.com/VladislavStrelchenko "VladislavStrelchenko (4 commits)")[![tcfoo](https://avatars.githubusercontent.com/u/74135015?v=4)](https://github.com/tcfoo "tcfoo (4 commits)")[![spryker-release-bot](https://avatars.githubusercontent.com/u/26904324?v=4)](https://github.com/spryker-release-bot "spryker-release-bot (1 commits)")[![eduard-melnytskyi](https://avatars.githubusercontent.com/u/85733087?v=4)](https://github.com/eduard-melnytskyi "eduard-melnytskyi (1 commits)")[![divaedgebhard](https://avatars.githubusercontent.com/u/97101244?v=4)](https://github.com/divaedgebhard "divaedgebhard (1 commits)")[![Timothylul](https://avatars.githubusercontent.com/u/34403409?v=4)](https://github.com/Timothylul "Timothylul (1 commits)")[![vitaliiivanovspryker](https://avatars.githubusercontent.com/u/70893950?v=4)](https://github.com/vitaliiivanovspryker "vitaliiivanovspryker (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/spryker-sdk-evaluator/health.svg)

```
[![Health](https://phpackages.com/badges/spryker-sdk-evaluator/health.svg)](https://phpackages.com/packages/spryker-sdk-evaluator)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M674](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M778](/packages/sylius-sylius)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[oro/platform

Business Application Platform (BAP)

645146.3k118](/packages/oro-platform)

PHPackages © 2026

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