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

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

greencape/joomla-cli
====================

A tool for managing Joomla! installations from the command line.

0.2.0(6y ago)2171[1 issues](https://github.com/GreenCape/joomla-cli/issues)MITPHPPHP &gt;=7.2CI failing

Since Jun 30Pushed 4y ago2 watchersCompare

[ Source](https://github.com/GreenCape/joomla-cli)[ Packagist](https://packagist.org/packages/greencape/joomla-cli)[ Docs](https://github.com/GreenCape/joomla-cli)[ RSS](/packages/greencape-joomla-cli/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (9)Versions (9)Used By (0)

Joomla CLI
==========

[](#joomla-cli)

[![SensioLabsInsight](https://camo.githubusercontent.com/89b6401c0c15470b8fed97dd0879cd6b60ff165abb32b5898c9f4f6857cdfa4f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63323839356538302d636335612d346634632d393036662d3365666535336264366666342f6d696e692e706e67)](https://camo.githubusercontent.com/89b6401c0c15470b8fed97dd0879cd6b60ff165abb32b5898c9f4f6857cdfa4f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63323839356538302d636335612d346634632d393036662d3365666535336264366666342f6d696e692e706e67)[![Code Climate](https://camo.githubusercontent.com/c2a3f1259562b12a21745ec5f6b4acc6001b16655e53a6f65b723906281d3e05/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f477265656e436170652f6a6f6f6d6c612d636c692f6261646765732f6770612e737667)](https://codeclimate.com/github/GreenCape/joomla-cli)[![Test Coverage](https://camo.githubusercontent.com/160750535e5119456f87335a3a2f680e8d768d2b4aef1da0caf61ac11e48e442/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f477265656e436170652f6a6f6f6d6c612d636c692f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/GreenCape/joomla-cli/coverage)[![Latest Stable Version](https://camo.githubusercontent.com/065172fa2247228f1f8d8ff734ad1ad024ce96974d0656b019f53cdee0de1807/68747470733a2f2f706f7365722e707567782e6f72672f677265656e636170652f6a6f6f6d6c612d636c692f762f737461626c652e706e67)](https://packagist.org/packages/greencape/joomla-cli)[![Build Status](https://camo.githubusercontent.com/9db90fac5bee5fdd4adf19283483619fec27aa1be629ef3d911b82567d1667ea/68747470733a2f2f6170692e7472617669732d63692e6f72672f477265656e436170652f6a6f6f6d6c612d636c692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/greencape/joomla-cli)

`joomla-cli` is a tool for managing Joomla! from the command line.

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

[](#installation)

### Composer

[](#composer)

Simply add a dependency on `greencape/joomla-cli` to your project's `composer.json` file if you use [Composer](http://getcomposer.org/) to manage the dependencies of your project. Here is a minimal example of a `composer.json` file that just defines a dependency on Joomla CLI:

```
{
    "require": {
        "greencape/joomla-cli": "*@dev"
    }
}

```

For a system-wide installation via Composer, you can run:

```
composer global require 'greencape/joomla-cli=*'

```

Make sure you have `~/.composer/vendor/bin/` in your path.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.4% 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 ~756 days

Total

3

Last Release

2462d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.3.3

0.1.1PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/84f7f05685e84e3fe971d8d005bb74e766204799c50a7b45036af27436cecddc?d=identicon)[GreenCape](/maintainers/GreenCape)

---

Top Contributors

[![nibra](https://avatars.githubusercontent.com/u/827605?v=4)](https://github.com/nibra "nibra (156 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)[dpi/dogit

191.1k](/packages/dpi-dogit)

PHPackages © 2026

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