PHPackages                             xervice/configurator - 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. xervice/configurator

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

xervice/configurator
====================

2.0.0(7y ago)04MITPHPPHP &gt;=7.1.0

Since Jul 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xervice/configurator)[ Packagist](https://packagist.org/packages/xervice/configurator)[ RSS](/packages/xervice-configurator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Configurator
============

[](#configurator)

[![Build Status](https://camo.githubusercontent.com/ce9ca97984bcfac1a7d9315ca823c952236e926fca1602c6aa8773a8ec0190d8/68747470733a2f2f7472617669732d63692e6f72672f786572766963652f636f6e666967757261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xervice/configurator)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/40fe0ca1cd16e0e1f861a6fa2be5efb070e30d3496abc9ac2c53d8d1a32871e0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f636f6e666967757261746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/configurator/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/3545d556f01d095b09fbdbbed535105940017198c7e031c9cadedb273fb0e2eb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f636f6e666967757261746f722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/configurator/?branch=master)

Possibility to loop your step classes to complete a DataProvider.

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

[](#installation)

```
composer require xervice/configurator

```

Using
-----

[](#using)

To use it, you have to write your Steps by implementing StepInterface or extending AbstractStep. After that you can use the facade:

```
$stepCollection = new StepCollection(
    [
        new MyStepOne(),
        new MyStepTwo()
    ]
);

$myData = new MyOwnDataProvider();

$stepData = new StepDataDataProvider();
$stepData->setData($myData);

try {
    $completeStepData = $this->getFacade()->runConfigurator($stepCollection, $stepData);
} catch (ConfiguratorException $exception) {
    // Problems
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2598d ago

Major Versions

1.0.0 → 2.0.02019-04-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ba15174c6a847524e2118ff1b34670252159fa2bee234292381e090e3f1b3a1?d=identicon)[mibexx](/maintainers/mibexx)

---

Top Contributors

[![mibexx](https://avatars.githubusercontent.com/u/12134020?v=4)](https://github.com/mibexx "mibexx (6 commits)")

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/xervice-configurator/health.svg)

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

PHPackages © 2026

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