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

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

fusioncms/cli
=============

CLI tool to install FusionCMS

v3.0.2(5y ago)31331[1 PRs](https://github.com/fusioncms/cli/pulls)MITPHPPHP ^7.2.9|^8.0

Since Feb 14Pushed 1y agoCompare

[ Source](https://github.com/fusioncms/cli)[ Packagist](https://packagist.org/packages/fusioncms/cli)[ RSS](/packages/fusioncms-cli/feed)WikiDiscussions nightly Synced 3w ago

READMEChangelog (9)Dependencies (5)Versions (11)Used By (0)

FusionCMS CLI
=============

[](#fusioncms-cli)

CLI tool to install FusionCMS

- [Install](#Installation)
- [Update](#Update)
- [Usage](#Usage)

Install
-------

[](#install)

**Global Install** (recommended):

```
$ composer global require fusioncms/cli
```

**Local Install** (within your project folder):

```
$ composer require fusioncms/cli
```

### Global Usage

[](#global-usage)

In order to run the `fusion` from anywhere you will first need to update your system's `$PATH` variable.

Find the location of your global composer `vendor/bin` directory:

```
$ composer config --list --global | grep -w home
> [home] /Users/{username}/.composer
```

Next, add the following to `~/.zshrc` or `~/.bashrc` (substituting `[home]` from above):

```
$ export PATH=[home]/vendor/bin:$PATH
```

Update
------

[](#update)

Update to the latest release:

**Global**:

```
$ composer global update fusioncms/cli
```

**Local** (within your project folder):

```
$ composer update fusioncms/cli
```

Usage
-----

[](#usage)

Download a fresh copy of FusionCMS (with [Laravel](https://laravel.com/)).

```
$ fusion new my-project
```

> This create a new folder `my-project` in the current directory.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~46 days

Recently: every ~92 days

Total

9

Last Release

1962d ago

Major Versions

v1.0.4 → v2.0.02020-12-29

v2.0.0 → v3.0.02021-02-18

PHP version history (2 changes)v1.0.0PHP ^7.2.9

v3.0.0PHP ^7.2.9|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/55915858d65ae931237d7e8ae69125f0245d3490fbe74fdd0743749ab5396244?d=identicon)[thekanbo](/maintainers/thekanbo)

---

Top Contributors

[![kaidesu](https://avatars.githubusercontent.com/u/355659?v=4)](https://github.com/kaidesu "kaidesu (20 commits)")[![skrolikowski](https://avatars.githubusercontent.com/u/8143970?v=4)](https://github.com/skrolikowski "skrolikowski (10 commits)")

---

Tags

fusioncms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)

PHPackages © 2026

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