PHPackages                             kzdali/loopcommandbundle - 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. kzdali/loopcommandbundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

kzdali/loopcommandbundle
========================

Symfony2 bundle for loop commands execution

1.0.0(10y ago)018MITPHPPHP &gt;=5.3.2

Since Sep 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/v03adk/LoopCommandBundle)[ Packagist](https://packagist.org/packages/kzdali/loopcommandbundle)[ Docs](https://github.com/v03adk/LoopCommandBundle)[ RSS](/packages/kzdali-loopcommandbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

LoopCommandBundle
=================

[](#loopcommandbundle)

Installation and configuration:
-------------------------------

[](#installation-and-configuration)

Pretty simple with [Composer](http://packagist.org), run:

```
composer require kzdali/loopcommandbundle
```

### Add LoopCommandBundle to your application kernel

[](#add-loopcommandbundle-to-your-application-kernel)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new KzDali\LoopCommandBundle\LoopCommandBundle(),
        // ...
    );
}
```

### Configuration example and Usage

[](#configuration-example-and-usage)

You should configure commands to loop in config.yml

```
loop_commands:
    commands: [cache:clear, doctrine:migrations:generate]                      # comma separated commands
```

Loop process starts automatically by CheckLoopRunning event listener. When contoller is called, if it implements LoopCommandInterface loop process starts.

```
// src/AppBundle/Controller/SomeConteroller.php

use KzDali\LoopCommandBundle\Controller\LoopCommandInterface;

// ...

class SomeController extends Controller implements LoopCommandInterface
{
    // ...
}
```

To kill loop process

```
php app/console loop_command:kill_process
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf1caf7c5abb766428a2f37541ccdd9a9762cd2ab1549caeae9bbc158499ea6c?d=identicon)[v03adk](/maintainers/v03adk)

---

Tags

Symfony2loop command

### Embed Badge

![Health badge](/badges/kzdali-loopcommandbundle/health.svg)

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

###  Alternatives

[wrep/daemonizable-command

Daemonizable (endless running) commands for Symfony.

2271.5M6](/packages/wrep-daemonizable-command)[vitre/php-console-bundle

Provides PHP console implementation

1311.9k](/packages/vitre-php-console-bundle)[seiffert/console-extra-bundle

This bundle adds support for commands defined as DI services

201.4k](/packages/seiffert-console-extra-bundle)

PHPackages © 2026

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