PHPackages                             sweikenb/console-framework-standard - 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. sweikenb/console-framework-standard

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

sweikenb/console-framework-standard
===================================

Sample console application build with sweikenb/console-framework.

v0.4.0(3y ago)213MITPHPPHP ^8.1

Since Jan 22Pushed 3y agoCompare

[ Source](https://github.com/sweikenb/console-framework-standard)[ Packagist](https://packagist.org/packages/sweikenb/console-framework-standard)[ RSS](/packages/sweikenb-console-framework-standard/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (11)Used By (0)

sweikenb/console-framework-standard
===================================

[](#sweikenbconsole-framework-standard)

Template project for creating console base applications including `.phar` builds.

License: **MIT**

Using this template for project creation
----------------------------------------

[](#using-this-template-for-project-creation)

Create your new project by using the template repository:

```
composer create-project sweikenb/console-framework-standard ./my-project-dir
```

If you want to use the process manager functionality for process forking, please also install the pcntl library when you are in your new projects root-directory:

```
cd ./my-project-dir
composer require sweikenb/pcntl
```

Getting started
===============

[](#getting-started)

Please have a look at the framework [documentation](https://github.com/sweikenb/console-framework/blob/main/docs/index.md) for more details.

Bundle your application into a single file
------------------------------------------

[](#bundle-your-application-into-a-single-file)

Please note that you have to enable the phar-extension of PHP and also need to set this in your `php.ini`:

```
phar.readonly = 0
```

If you are using the suhosin extension, please also whitelist the phar extension:

```
suhosin.executor.include.whitelist = "phar"
```

Create the executable
---------------------

[](#create-the-executable)

```
php bin/console core:compile "my-application.phar" --executable
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Every ~24 days

Recently: every ~48 days

Total

9

Last Release

1429d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3d14640f5364ded9d425197636c706000f3012f350ef488806ebb72d9b9101e?d=identicon)[sweikenb](/maintainers/sweikenb)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sweikenb-console-framework-standard/health.svg)

```
[![Health](https://phpackages.com/badges/sweikenb-console-framework-standard/health.svg)](https://phpackages.com/packages/sweikenb-console-framework-standard)
```

###  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)
