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

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

symla/cli
=========

Simplified creation of cli scripts for Joomla

1.0.2(9y ago)06.2k3PHP

Since Jun 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vrbata/Symla-CLI)[ Packagist](https://packagist.org/packages/symla/cli)[ RSS](/packages/symla-cli/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (3)

Symla-CLI
=========

[](#symla-cli)

Base structure for Joomla CLI scripts Provides support classes for simplified CLI scripts development for Joomla

1. Install Dependencies
=======================

[](#1-install-dependencies)

To work with this. You need to pull it via composer

```
composer require symla/cli

```

2. Let Joomla know about it
===========================

[](#2-let-joomla-know-about-it)

In your cli script you have to specify path to composer autoloader, copy bootstrap.php from cli folder to your cli folder and require it in your cli script

```
require_once(__DIR__ . '/bootstrap.php');

```

3. Create CLI file
==================

[](#3-create-cli-file)

Now you can use simplified CLI bootstrap class like this:

```

use Symla\Joomla\Cli\ApplicationCli;

class SimplifiedCli extends ApplicationCli
{
	public function doExecute()
	{
		// do something useful
	}
}

ApplicationCli::getInstance('SimplifiedCli')->execute();

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

3406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/891fb82c984bf36d441ef909e9ff909da088781a8b2e83ad639341015f096f1a?d=identicon)[vrbata](/maintainers/vrbata)

---

Top Contributors

[![vrbata](https://avatars.githubusercontent.com/u/8536429?v=4)](https://github.com/vrbata "vrbata (3 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/symla-cli/health.svg)](https://phpackages.com/packages/symla-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)
