PHPackages                             kitpages/common-step-bundle - 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. kitpages/common-step-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kitpages/common-step-bundle
===========================

This bundle contains somme common processing that can be used as steps by the KitpagesChainBundle.

214PHP

Since Apr 23Pushed 13y ago3 watchersCompare

[ Source](https://github.com/kitpages/KitpagesCommonStepBundle)[ Packagist](https://packagist.org/packages/kitpages/common-step-bundle)[ RSS](/packages/kitpages-common-step-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KitpagesCommonStepBundle
========================

[](#kitpagescommonstepbundle)

This bundle contains some common steps (copy a directory, send an email, run a unix command,...) used by the KitpagesChainBundle.

Versions
--------

[](#versions)

Actual state
------------

[](#actual-state)

This bundle is early alpha state.

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

[](#installation)

Add KitpagesCommonStepBundle in your composer.json

```
{
    "require": {
        "kitpages/common-step-bundle": "*"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update kitpages/common-step-bundle
```

in AppKernel.php, you have to add the KitpagesChainBundle and the KitpagesCommonStepBundle

```
$bundles = array(
    ...
    new Kitpages\ChainBundle\KitpagesChainBundle(),
    new Kitpages\CommonStepBundle\KitpagesCommonStepBundle(),
    new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
);
```

User's guide
------------

[](#users-guide)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/95c1423b83010cc8afd1fc966d26cc6fc5d7fb5d000e5d7582adcd8392bd239c?d=identicon)[kitpages](/maintainers/kitpages)

---

Top Contributors

[![philippe-levan](https://avatars.githubusercontent.com/u/393066?v=4)](https://github.com/philippe-levan "philippe-levan (8 commits)")

### Embed Badge

![Health badge](/badges/kitpages-common-step-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kitpages-common-step-bundle/health.svg)](https://phpackages.com/packages/kitpages-common-step-bundle)
```

###  Alternatives

[league/object-mapper

Converts structured data into strict objects.

357.9k2](/packages/league-object-mapper)[bugloos/fault-tolerance-bundle

Fault Tolerance Bundle

111.1k](/packages/bugloos-fault-tolerance-bundle)

PHPackages © 2026

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