PHPackages                             jycamier/console-command-process-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. jycamier/console-command-process-bundle

ActiveSymfony-bundle

jycamier/console-command-process-bundle
=======================================

Simple Task to run Console command for Process Bundle

019[3 PRs](https://github.com/jycamier/console-command-process-bundle/pulls)PHP

Since Jan 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jycamier/console-command-process-bundle)[ Packagist](https://packagist.org/packages/jycamier/console-command-process-bundle)[ RSS](/packages/jycamier-console-command-process-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (4)Used By (0)

console-command-process-bundle
==============================

[](#console-command-process-bundle)

Simple Task to run Console command for Process Bundle

Use case : install the app
==========================

[](#use-case--install-the-app)

At first, define a yaml file which contains a list a symfony console commands to run to install project. Please to respect the formalism waiting by `Symfony\Bundle\FrameworkBundle\Console\Application` as :

```
## '%kernel.project_dir%/config/install.yaml'

- command: doctrine:database:drop
  --if-exists: true
  --force: true
  --no-ansi: true
  --no-interaction: true
- command: doctrine:database:create
  --if-not-exists: true
  --no-ansi: true
  --no-interaction: true
- command: doctrine:schema:create
  --no-ansi: true
  --no-interaction: true
- command: assets:install
  target: public
  --symlink: true
  --relative: true
```

Then, define a configuration for an install process

```
## '%kernel.project_dir%/config/packages/process.yml'

clever_age_process:
    configurations:
        install:
            entry_point: load_install_command_file
            tasks:
                load_install_command_file:
                    service: '@CleverAge\ProcessBundle\Task\File\YamlReaderTask'
                    options:
                        file_path: '%kernel.project_dir%/config/install.yaml'
                    outputs: [run_command]
                run_command:
                    service: '@Jycamier\ConsoleCommandProcessBundle\Task\ConsoleApplicationTask'
                    options:
                        debug_mode: true
```

You can not install your app

```
$ bin/console cleverage:process:execute install
```

Todo
----

[](#todo)

- add a way to inject standards args to configure the installation process

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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/30779f8bd4da0d42f3f294fab4cc400a3c0672fc7d1f43497b55569360cfcceb?d=identicon)[eheuje](/maintainers/eheuje)

---

Top Contributors

[![jycamier](https://avatars.githubusercontent.com/u/984570?v=4)](https://github.com/jycamier "jycamier (1 commits)")

### Embed Badge

![Health badge](/badges/jycamier-console-command-process-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jycamier-console-command-process-bundle/health.svg)](https://phpackages.com/packages/jycamier-console-command-process-bundle)
```

PHPackages © 2026

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