PHPackages                             daanbiesterbos/command-extra-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. daanbiesterbos/command-extra-bundle

ActiveSymfony-bundle

daanbiesterbos/command-extra-bundle
===================================

Minimal symfony bundle that adds functionality to alias symfony commands.

v1.0.1(5y ago)08wtfplPHPPHP ^7.3

Since Apr 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/DaanBiesterbos/CommandExtraBundle)[ Packagist](https://packagist.org/packages/daanbiesterbos/command-extra-bundle)[ Docs](https://github.com/daanbiesterbos/CommandExtraBundle)[ RSS](/packages/daanbiesterbos-command-extra-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Command Extra Bundle
====================

[](#command-extra-bundle)

[![Build CommandExtraBundle](https://github.com/DaanBiesterbos/CommandExtraBundle/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/DaanBiesterbos/CommandExtraBundle/actions/workflows/build.yaml)[![Latest Stable Version](https://camo.githubusercontent.com/93d7c0e2ba9c4e25ff651a841e6e23794bdc5306e0f6224c74cba1201d263461/68747470733a2f2f706f7365722e707567782e6f72672f6461616e62696573746572626f732f636f6d6d616e642d65787472612d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/daanbiesterbos/command-extra-bundle)[![Total Downloads](https://camo.githubusercontent.com/83678edb0ff9cc2f9955ee485251728c5e23ab673869d2a3c2dba095bbd998f7/68747470733a2f2f706f7365722e707567782e6f72672f6461616e62696573746572626f732f636f6d6d616e642d65787472612d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/daanbiesterbos/command-extra-bundle)

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

[](#installation)

This bundle is available on Packagist. You can install it using Composer.

```
composer require daanbiesterbos/command-extra-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Add the bundle to *config/bundles.php*

```
return [
    DaanBiesterbos\CommandExtraBundle\CommandExtraBundle::class => ['all' => true],
];
```

### Step 3: Configure the bundle

[](#step-3-configure-the-bundle)

Finally, configure the bundle:

```
# config/packages/command_extra.yaml
command_extra:
  aliases:
    # Example 1:
    # Register alias to run a non symfony command.
    ps:
      name: 'ps'
      description: 'Shorthand example of a non symfony command.'
      execute: 'ps -aux'  # This shorthand is for non-symfony commands only.
    # Example 2
    # Register alias that runs two symfony commands when invoked.
    cache_purge:
      name: 'cache:purge'
      description: 'Prune cache pools and application cache.'
      execute:
        # Run multiple commands
        cache_pool:
          command: 'cache:pool:prune'
          symfony: true
        app_cache:
          command: 'cache:clear'
          symfony: true
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

2

Last Release

1858d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3858692?v=4)[Daan Biesterbos](/maintainers/DaanBiesterbos)[@DaanBiesterbos](https://github.com/DaanBiesterbos)

---

Tags

symfonycommandalias

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/daanbiesterbos-command-extra-bundle/health.svg)

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

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M20](/packages/php-flasher-flasher-symfony)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)[symfony/ai-mate

AI development assistant MCP server for Symfony projects

1624.9k11](/packages/symfony-ai-mate)

PHPackages © 2026

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