PHPackages                             jundelleb/php-console-helper - 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. jundelleb/php-console-helper

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

jundelleb/php-console-helper
============================

A simple command-line helper functions built for developers.

v0.0.1(10y ago)027MITPHP

Since Mar 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jundelleb/php-console-helper)[ Packagist](https://packagist.org/packages/jundelleb/php-console-helper)[ RSS](/packages/jundelleb-php-console-helper/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PHP Console Helpers
===================

[](#php-console-helpers)

[![Latest Stable Version](https://camo.githubusercontent.com/d5914b6e079159c8e161e4e26600dbdc929a2aa6644d0c8c3a9dc741f091faf4/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f7068702d636f6e736f6c652d68656c7065722f762f737461626c65)](https://packagist.org/packages/jundelleb/php-console-helper) [![Total Downloads](https://camo.githubusercontent.com/86577312908dcb854a2e910b71001c9dc115f1124b19d3af5f6fccd9cf50d634/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f7068702d636f6e736f6c652d68656c7065722f646f776e6c6f616473)](https://packagist.org/packages/jundelleb/php-console-helper) [![Latest Unstable Version](https://camo.githubusercontent.com/cd0199c0c9f9e4b2d8617aab8fe653b896c21746c974769cc44381829e406b1d/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f7068702d636f6e736f6c652d68656c7065722f762f756e737461626c65)](https://packagist.org/packages/jundelleb/php-console-helper) [![License](https://camo.githubusercontent.com/4a9935fd26db9f26ab1d560b662dfab427616e3b7c7676022f85410a972f9501/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f7068702d636f6e736f6c652d68656c7065722f6c6963656e7365)](https://packagist.org/packages/jundelleb/php-console-helper)

A simple command-line helper functions built for developers. This package uses the following libraries:

- fzaninotto's [Faker](https://github.com/fzaninotto/Faker)

Getting Setup
-------------

[](#getting-setup)

1. `composer global require jundelleb/php-console-helper`
2. Make sure to place the `~/.composer/vendor/bin` directory (or the equivalent directory for your OS) in your PATH so the `pch` executable can be located by your system.

Helpers
-------

[](#helpers)

- `Faker` (faker)
- `Converter`(convert)

Basic Usage
-----------

[](#basic-usage)

1. Generate random name: `pch faker name`

    ```
     Output: Isom Medhurst

    ```
2. Generate a sentence with 10 words: `pch faker sentence --params=10`

    ```
     Output: Aut qui et eum itaque voluptatibus qui rem sit blanditiis.

    ```

Please visit [Faker](https://github.com/fzaninotto/Faker) for complete lists of available formatters.

3. Convert input string to md5: `pch convert:md5 test`

    ```
     Output: 098f6bcd4621d373cade4e832627b4f6

    ```
4. Convert input string to base64 encoded: `pch convert:base64 test`

    ```
     Output: dGVzdA==

    ```
5. Decode base64 encoded string: `pch convert:base64 dGVzdA== --decode`

    ```
     Output: test

    ```

Enjoy! :)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3759d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5205916?v=4)[Jundelle Boyles](/maintainers/jundelleb)[@jundelleb](https://github.com/jundelleb)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jundelleb-php-console-helper/health.svg)

```
[![Health](https://phpackages.com/badges/jundelleb-php-console-helper/health.svg)](https://phpackages.com/packages/jundelleb-php-console-helper)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)

PHPackages © 2026

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