PHPackages                             rsthn/rose-cli - 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. rsthn/rose-cli

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

rsthn/rose-cli
==============

Rose CLI Utility

v2.0.12(9mo ago)162Apache-2.0PHP

Since Apr 2Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/rsthn/rose-cli)[ Packagist](https://packagist.org/packages/rsthn/rose-cli)[ Docs](https://github.com/rsthn/rose-cli)[ RSS](/packages/rsthn-rose-cli/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (7)Versions (23)Used By (0)

Rose CLI Utility
================

[](#rose-cli-utility)

This repository contains a composer project to setup a rose-core command line interface to run your `.fn` files, create projects, and more stuff! Right from the comfort of your terminal.

Installation
------------

[](#installation)

First and foremost, ensure you have PHP 8.1+ and Composer 2+ installed in your system and that those are reachable via PATH.

Open a terminal and navigate to the folder where you want `rose-cli` to be installed and execute the following commands:

```
composer create-project rsthn/rose-cli
cd rose-cli
composer update
./install
```

After that, the command `rose` should be globally accessible.

Removal
-------

[](#removal)

Automatic removal is currently not supported, but to remove it manually simply execute `where rose` / `whereis rose` / `which rose` to locate the `rose.sh` or `rose.bat` file that was created in the PHP folder and remove it. Then remove the entire `rose-cli` folder and that is all.

Commant Line Interface
----------------------

[](#commant-line-interface)

Create a new API project in the specified folder.

```
rose new [target-folder]
```

Runs the specified file.

```
rose example.fn [args...]
```

Executes the given code immediately.

```
rose -i "(echo 'Hello')"
```

Throws an error if the operator returns `false` when evaluated with the rose-core version.

```
rose version ge? 1.0.0
```

Shows the rose-core and CLI versions.

```
rose version
```

Shows a list of all installed packages.

```
rose ls
```

Installs a package using composer.

```
rose add
```

Removes a package.

```
rose rm
```

Updates all packages or an specific package.

```
rose up [package-name]
```

Pulls a repository of CLI modules in the module cache. If no repository is specified, the default one ([rose-cli-mods](https://github.com/rsthn/rose-cli-mods)) will be used

```
rose mod-pull [repo-path|repo-url]
```

Shows all available modules in the module cache.

```
rose mod-search
```

Shows a list of installed modules.

```
rose mod-ls
```

Installs a module.

```
rose mod-add
```

Removes a module.

```
rose mod-rm
```

Executes a module with the specified parameters.

```
rose :mod-name [args..]
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance57

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~87 days

Total

22

Last Release

283d ago

Major Versions

v1.0.11 → v2.0.02024-04-08

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rsthn-rose-cli/health.svg)

```
[![Health](https://phpackages.com/badges/rsthn-rose-cli/health.svg)](https://phpackages.com/packages/rsthn-rose-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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