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 10y 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 yesterday

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 47% 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

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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.4k](/packages/larastan-larastan)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.0k1](/packages/mike-bronner-laravel-model-caching)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)

PHPackages © 2026

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