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. [CLI &amp; Console](/categories/cli)
4. /
5. emag-tech-labs/console-availability-bundle

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

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 today

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 52% 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

2164d ago

PHP version history (2 changes)1.0.0PHP ^7.2

1.0.2PHP ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21657282?v=4)[emagtechlabsadmin](/maintainers/emagtechlabsadmin)[@emagtechlabsadmin](https://github.com/emagtechlabsadmin)

![](https://avatars.githubusercontent.com/u/15153934?v=4)[Adi Mihaila](/maintainers/adrianmihaila)[@adrianmihaila](https://github.com/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)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)[thettler/laravel-console-toolkit

This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.

324.1k](/packages/thettler-laravel-console-toolkit)

PHPackages © 2026

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