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

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

3437d 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.9k556.2M21.3k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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