PHPackages                             sentgine/arise - 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. sentgine/arise

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

sentgine/arise
==============

A simple and lightweight wrapper for creating console commands using PHP.

v2.0.4(1y ago)0262MITPHPPHP ^8.1

Since Apr 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sentgine/arise)[ Packagist](https://packagist.org/packages/sentgine/arise)[ RSS](/packages/sentgine-arise/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (2)

Arise by Sentgine
=================

[](#arise-by-sentgine)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE.md)[![Latest Stable Version](https://camo.githubusercontent.com/6ab4fb8f267eb5bf466489890084dc41c5046b6d4368f69496ec4e8b5c23e0f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656e7467696e652f61726973652e737667)](https://packagist.org/sentgine/arise)[![Total Downloads](https://camo.githubusercontent.com/384e08d2cf88dbc5648efcaa691beb20cbc5063a5a54dfe59ee5cdefca5cf44f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73656e7467696e652f61726973652e737667)](https://packagist.org/packages/sentgine/arise)

A simple and lightweight wrapper for creating console commands using PHP. This package is built on top of the Symfony Console component.

Requirements
------------

[](#requirements)

- PHP 8.1.17 or higher.

Installation &amp; Usage
------------------------

[](#installation--usage)

(1) You can install the package via Composer to your existing PHP project by running the following command:

```
composer require sentgine/arise:^2.0.0
```

(2) Then, open your composer.json file and make sure to add the "Console\\\\Commands\\\\": "console/Commands" to your autoload.

```
"autoload": {
    "psr-4": {
        "App\\": "src/",
        "Console\\Commands\\": "console/Commands"
    }
},

```

(3) Run this command to regenerate your autoload files:

```
composer dump-autoload
```

(4) In your project's root directory, run the following command:

```
php vendor/sentgine/arise/initialize
```

This will create the "arise" file.

(5) Run this command in your terminal and you will see the list of commands:

```
php arise
```

(6) Finally, you can start creating a new command by running:

```
php arise make:command
```

Changelog
---------

[](#changelog)

Please see the [CHANGELOG](https://github.com/sentgine/arise/blob/main/CHANGELOG.md) file for details on what has changed.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

**Arise** is built and maintained by Adrian Navaja.

- Check out some cool tutorials and stuff on [YouTube](https://www.youtube.com/@sentgine)!
- Catch my latest tweets and updates on [Twitter](https://twitter.com/sentgine) (formerly X)!
- Let's connect on a more professional note over on [LinkedIn](https://www.linkedin.com/in/adrian-navaja/)!
- For more information about me and my work, visit my website: [sentgine.com](https://www.sentgine.com/).

License
-------

[](#license)

The MIT License (MIT). Please see the [LICENSE](https://github.com/sentgine/arise/blob/main/LICENSE) file for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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

Recently: every ~18 days

Total

7

Last Release

686d ago

Major Versions

v1.1.0 → v2.0.02024-04-18

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sentgine-arise/health.svg)

```
[![Health](https://phpackages.com/badges/sentgine-arise/health.svg)](https://phpackages.com/packages/sentgine-arise)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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