PHPackages                             abenevaut/bedrock-console - 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. abenevaut/bedrock-console

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

abenevaut/bedrock-console
=========================

Bedrock console cli.

033PHP

Since Nov 10Pushed 5y agoCompare

[ Source](https://github.com/abenevaut/bedrock-console)[ Packagist](https://packagist.org/packages/abenevaut/bedrock-console)[ RSS](/packages/abenevaut-bedrock-console/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Bedrock console
===============

[](#bedrock-console)

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

[](#installation)

**CURRENTLY, THERE IS NO STABLE REVISION**

```
composer require abenevaut/bedrock-console

```

Now you can execute the following command

```
vendor/bin/console

```

### serve command

[](#serve-command)

To use `serve` command, trigger installation process. The following command will create a server.php a your project root.

```
vendor/bin/console serve --install

```

Now you can use PHP built-in server for bedrock

```
vendor/bin/console serve
vendor/bin/console serve localhost
vendor/bin/console serve localhost 9000
vendor/bin/console serve -h

```

Add commands
------------

[](#add-commands)

- Have a look on [Symfony console](https://symfony.com/doc/4.4/console.html) documentation to create new commands.
    - All commands have to heritate from `src/Command.php` to use the container
- Add composer psr-4 autoloading to load automatically your customs commands
- Edit `config/application.php` then add a global array recording all you customs commands, like follow :

```
$commands = [
    \PSR4\NAMESPACE\MyCustomCommand::class,
];

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity31

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/46619d39f5bfbf68b122f68de36a3f3fae3dbee6f899876b42cba1de6f7e71ae?d=identicon)[abenevaut](/maintainers/abenevaut)

---

Top Contributors

[![abenevaut](https://avatars.githubusercontent.com/u/1134021?v=4)](https://github.com/abenevaut "abenevaut (24 commits)")

### Embed Badge

![Health badge](/badges/abenevaut-bedrock-console/health.svg)

```
[![Health](https://phpackages.com/badges/abenevaut-bedrock-console/health.svg)](https://phpackages.com/packages/abenevaut-bedrock-console)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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