PHPackages                             bombkiml/beech-cli - 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. bombkiml/beech-cli

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

bombkiml/beech-cli
==================

Beech command line interface. (CLI)

2.0.5(4y ago)1811MITPHPPHP ^7.1

Since Aug 3Pushed 4y agoCompare

[ Source](https://github.com/bombkiml/beech-cli)[ Packagist](https://packagist.org/packages/bombkiml/beech-cli)[ RSS](/packages/bombkiml-beech-cli/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)DependenciesVersions (16)Used By (1)

Beech command line interface (CLI)
==================================

[](#beech-command-line-interface-cli)

[![beech-api release](https://camo.githubusercontent.com/1ece601e44575f16e39c4fae67014aab67aaf02f4f849d7dbb8efedd2ec1f75c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f626f6d626b696d6c2f62656563682d636c69)](https://github.com/bombkiml/beech-cli/releases/)[![PyPI license](https://camo.githubusercontent.com/c4b5c88f973609df846fecf79bba739a5720a426fa84147364b1f9b2c7e523ea/68747470733a2f2f696d672e736869656c64732e696f2f707970692f6c2f616e7369636f6c6f72746167732e737667)](https://github.com/bombkiml/beech-api/blob/master/README.md)

###### [(by bömbkiml)](https://www.facebook.com/bombkiml)

[](#by-bömbkiml)

[![N|Solid](https://camo.githubusercontent.com/a695ff50384303d4f0904e84f517d90c5080ec8818bc6855a63d61ce2c487e80/68747470733a2f2f692e6962622e636f2f525456725a6b712f62656563682d434c4978322e706e67)](https://github.com/bombkiml/beech-cli)

### \# Support By

[](#-support-by)

[PHP Beech framework (LTS)](https://github.com/bombkiml/phpbeech)

### \# Environment Requirements

[](#-environment-requirements)

```
PHP >= ^7.1

```

### \# Installation

[](#-installation)

The Beech command line interface (CLI) use Composer to manage it's dependencies. So, before using Beech (CLI), make sure you have [Composer](https://getcomposer.org/) installed on your machine.

- **Install with PHP Beech**

    `$ composer require bombkiml/beech-cli`

- **Install without PHP beech** (for developer only using the `entry`)

    `  $ composer create-project bombkiml/beech-cli hello-world`

    - **How ot using the `entry`**

        It's very very easy for usage, You may use the beech-cli by 2 way like this:

        - **First choice:** point the beech-cli in `.\vendor`

            `$ php .\vendor\bombkiml\beech-cli\beech [command] [options] [arguments]`
        - **Second choice:** beautiful usage beech-cli by go to `.\vendor\bombkiml\beech-cli` then copy `beech` file to the root folder of your project.

            `$ php beech [commnad] [options] [arguments]`

❔ Tips : With PHP Becch framework you can using `beech` right now!
### \# Beech help

[](#-beech-help)

```
 Beech command line interface (CLI)

 Usage:
  $ php beech [command] [options] [arguments]

 Options:
  -?|-h, --help                                      Display this help message
  -v, --version                                      Display this application version
  -l, --list                                         Display all file in `entry` directory

 PHP development server
  $ php beech serve                                  PHP local development server
                                                     start port 8000 custom by -p, --port

 The following commands are available for entry class:

 Initialize for usage `entry`
  $ php beech init                                   Initialize for usage the `entry`

 Call entry class
  $ php beech {class}/{method}                       To Call class and method.
  $ php beech {class}/{method}/{1}/{2}/{...}         To Using parameter(s) in the method.

 Beech make (entry)
  $ php beech make:entry {Foobar}                    Create a new entry class

 The following commands are available for PHP Beech framework (LTS):

 Beech make (PHP Beech framework supported)
  $ php beech make:controller {FoobarController}     Create a new controller class
  $ php beech make:model {Foobar}                    Create a new model class
  $ php beech make:view {foobar.view}                Create a new view file default blank view
                                                       - with HTML basic tag add arguments --html
                                                       - with HTML blog tag add arguments --blog

  * Tips: You may use the make with arguments -a, --all for generater all modules

```

### \# Development

[](#-development)

Want to contribute or join for Great Job!, You can contact to me via

- GitHub: [bombkiml/beech-cli - issues](https://github.com/bombkiml/beech-cli/issues)
- E-mail:
- Facebook:

### \# License

[](#-license)

The Beech command line interface (CLI) is open-sourced software licensed under the [MIT license.](https://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 81.1% 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.

###  Release Activity

Cadence

Every ~102 days

Recently: every ~278 days

Total

12

Last Release

1714d ago

Major Versions

1.0.5 → 2.0.02018-08-14

PHP version history (3 changes)1.0.0PHP ^5.3.3 || ^7.0

1.0.2PHP &gt;=5.3.0 || ^7.0

2.0.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/564d64e139c7b6597923cba35a49342c654f7fb5b7b596aafdd0b1cf86389d2b?d=identicon)[bombkiml](/maintainers/bombkiml)

---

Top Contributors

[![bombkiml](https://avatars.githubusercontent.com/u/34172506?v=4)](https://github.com/bombkiml "bombkiml (73 commits)")[![bombreh](https://avatars.githubusercontent.com/u/76901617?v=4)](https://github.com/bombreh "bombreh (17 commits)")

---

Tags

cliphp-clibeechphpbeechbeech-clicli-framework

### Embed Badge

![Health badge](/badges/bombkiml-beech-cli/health.svg)

```
[![Health](https://phpackages.com/badges/bombkiml-beech-cli/health.svg)](https://phpackages.com/packages/bombkiml-beech-cli)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B11.3k](/packages/symfony-console)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M286](/packages/nunomaduro-termwind)[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[wp-cli/php-cli-tools

Console utilities for PHP

68325.0M367](/packages/wp-cli-php-cli-tools)[adhocore/cli

Command line interface library for PHP

3501.2M50](/packages/adhocore-cli)

PHPackages © 2026

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