PHPackages                             buonzz/console-app - 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. buonzz/console-app

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

buonzz/console-app
==================

Boilerplate project files for creating Console Applications on executable PHAR file.

v1.4.0(9y ago)7641[1 issues](https://github.com/buonzz/console-app/issues)DBADPHPPHP &gt;=5.4

Since Mar 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/buonzz/console-app)[ Packagist](https://packagist.org/packages/buonzz/console-app)[ RSS](/packages/buonzz-console-app/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

Console App
===========

[](#console-app)

If you are trying to create a new Console Application that is distributed as .phar file, this template of files will surely help you make the process a lot easier and faster.

Features
--------

[](#features)

- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit
- Comprehensive Guides and tutorial
- Easy PHAR file building process
- Eloquent ORM support
- Powered by Symfony Console
- Easy configuration via .env file

Build Environment
-----------------

[](#build-environment)

You need to have docker and docker-compose command installed in your local environment to build a new phar file.

Put up the server dependencies

```
docker-compose up -d

```

ssh to the container

```
docker-compose exec cli bash

```

execute the build command

```
cd /code
./build.sh

```

The compiled phar file should now be available in /code/dist/yourapp.phar
You can then upload it to your web server and let the users download/install it by:

```
wget http://downloads.yourdomain.com/yourapp.phar
sudo mv yourapp.phar  /usr/local/bin/yourapp
chmod +x /usr/local/bin/yourapp
yourapp -V

```

shutdown the containers

```
docker-compose down

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~95 days

Total

5

Last Release

3391d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

clidockerdocker-composelaravellaravel-queuespharqueuestandalone-queuesymfony-consoleworkerpackagephartemplateconsole-application

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/buonzz-console-app/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[pantheon-systems/terminus

A command line interface for Pantheon

3421.5M17](/packages/pantheon-systems-terminus)

PHPackages © 2026

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