PHPackages                             web6-agency/six-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. web6-agency/six-cli

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

web6-agency/six-cli
===================

Cli tools for controlling 6admin

v1.1.5(11y ago)056WTFPLPHPPHP &gt;=5.4.0

Since Feb 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Web6-Agency/six-cli)[ Packagist](https://packagist.org/packages/web6-agency/six-cli)[ RSS](/packages/web6-agency-six-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

Six CLI
=======

[](#six-cli)

This package is part of 6admin package.

### Installation

[](#installation)

```
composer global require "web6-agency/six-cli:dev-master"
```

### Setup

[](#setup)

After installation completed, you can access the `six` cli from `bin` folder.

```
~/composer/vendor/bin/six

```

You may create alias for quick access the `six` cli, or export the bin path to your `~/.bashrc` file.

```
alias six="vendor/bin/six"

export PATH="vendor/bin:$PATH"
```

On windows terminal emulator like cmder you can make an alias like that

```
alias six=C:\Users\\AppData\Roaming\Composer\vendor\bin\six.bat $1 $2 $3 $4 $5
```

### Usage

[](#usage)

There is some command you can use for controling 6admin installation. You may also show all available command using `six` command without params.

```
$ six
```

Commands for creating / configuring a project

```
# Start the project installer wizard
six project:wizard

	# Create a new 6admin project based on private repo
	six project:create

	# Configure projet (database etc ...)
	six project:configure

	# Setup projet (Install modules, update composer, and module:install)
	six project:setup
```

Commands for managing cms modules :

```
# List all available six modules
six module

# Download a module if not downloaded and run installation (with example seeds or not)
six module:install [module_name] [--example-seeds]

# Only download a module without installing it
six module:download [module_name]

# Uninstall module by running uninstallation script and then delete the module folder
six module:uninstall [module_name]

# Refresh a module by running uninstall / reinstall each modules
six module:refresh [module_name]

# Temporary disable a module
six module:disable [module_name]

# Enable a disabled module
six module:enable [module_name]

# Pulling / Pushing modifications from / to module repository
six module:sync [module_name]

# Pulling modifications from module repository
six module:pull [module_name]

# Pushing modifications to module repository
six module:push [module_name]
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Total

7

Last Release

4070d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/60343765?v=4)[ifnot](/maintainers/ifnot)[@ifnot](https://github.com/ifnot)

---

Top Contributors

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

---

Tags

cliconsole6adminweb6six-cli

### Embed Badge

![Health badge](/badges/web6-agency-six-cli/health.svg)

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

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)

PHPackages © 2026

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