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 3d 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

34

—

LowBetter than 77% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity15

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

1911d 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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[phpbench/phpbench

PHP Benchmarking Framework

2.0k13.0M627](/packages/phpbench-phpbench)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[humbug/php-scoper

Prefixes all PHP namespaces in a file or directory.

7963.0M35](/packages/humbug-php-scoper)[drupal/core

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

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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