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 3w ago

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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/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)

PHPackages © 2026

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