PHPackages                             emag-tech-labs/console-availability-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. emag-tech-labs/console-availability-bundle

ActiveSymfony-bundle

emag-tech-labs/console-availability-bundle
==========================================

A bundle that provides a console command availability in a development environment.

1.0.4(5y ago)22.4kMITPHPPHP ^7.2

Since Jul 29Pushed 5y agoCompare

[ Source](https://github.com/eMAGTechLabs/console-availability-bundle)[ Packagist](https://packagist.org/packages/emag-tech-labs/console-availability-bundle)[ RSS](/packages/emag-tech-labs-console-availability-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Console Availability Bundle
===========================

[](#console-availability-bundle)

This bundle provides a console command availability in a development environment and is useful when you want to develop a command just for the dev or prod environment.

### Installation

[](#installation)

The recommended way to install the bundle is through Composer:

```
$ composer require emag-tech-labs/console-availability-bundle

```

### Configuration

[](#configuration)

```
# config/services.yaml
services:
    # ...

    App\Command\SunshineCommand:
        tags:
            - { name: 'console.command.availability', env: 'dev' }
```

If you want to verify your command availability, please run the following list command:

```
# your command is listed in your console
$ bin/console list --env=dev

# your command is not listed in your console
$ bin/console list --env=prod
```

### Submitting bugs and feature requests

[](#submitting-bugs-and-feature-requests)

If you found a nasty bug or want to propose a new feature, you're welcome to open an issue or create a pull request [here](https://github.com/eMAGTechLabs/console-availability-bundle/issues).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

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

5

Last Release

2118d ago

PHP version history (2 changes)1.0.0PHP ^7.2

1.0.2PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/39eb00e570469bdff93ae4a0d6aa3fe6698d443e622c36784cfb5aded8ee9019?d=identicon)[emagtechlabsadmin](/maintainers/emagtechlabsadmin)

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

### Embed Badge

![Health badge](/badges/emag-tech-labs-console-availability-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/emag-tech-labs-console-availability-bundle/health.svg)](https://phpackages.com/packages/emag-tech-labs-console-availability-bundle)
```

PHPackages © 2026

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