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

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

ec-cube2/cli
============

EC-CUBE2 Command.

v1.4.3(2y ago)3145.8k↑521.4%2[1 issues](https://github.com/ec-cube2/cli/issues)5LGPL-3.0PHPPHP &gt;=5.3.3

Since Aug 7Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/ec-cube2/cli)[ Packagist](https://packagist.org/packages/ec-cube2/cli)[ RSS](/packages/ec-cube2-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (31)Used By (5)

EC-CUBE2 CLI
============

[](#ec-cube2-cli)

EC-CUBE2 を CLI で管理できるようになります。

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

[](#installation)

```
$ composer require ec-cube2/cli

```

EC-CUBE 2.17.x プロジェクトにインストールできない場合は次を試してみてください：

```
# PHP バージョン要件 (config.platform.php) を {"php": "5.5.9"} にする。
$ vi composer.json

# codeception を除去する。
$ composer remove codeception/codeception

# symfony/yaml を更新しつつインストールする。
$ composer require ec-cube2/cli symfony/yaml --update-with-all-dependencies

```

Usage
-----

[](#usage)

```
$ ./vendor/bin/eccube
Available commands:
  help                     Displays help for a command
  info                     EC-CUBE情報
  install                  インストール
  list                     Lists commands
 backup
  backup:create            バックアップ作成
  backup:delete            バックアップ削除
  backup:list              バックアップ一覧
  backup:restore           バックアップリストア
 cache
  cache:clear              キャッシュクリア
 install
  install:agreement        ソフトウェア使用許諾書
  install:config           インストール 設定
  install:copy-image       インストール 画像コピー
  install:create-sequence  インストール シーケンス作成
  install:create-table     インストール テーブル作成
  install:drop-sequence    インストール シーケンス削除
  install:drop-table       インストール テーブル削除
  install:insert-data      インストール 初期データ作成
  install:send-info        インストール インストール情報送信
  install:set-base-info    インストール 店舗情報設定
 member
  member:create            メンバー作成
  member:delete            メンバー削除
  member:disable           メンバー無効化
  member:enable            メンバー有効化
  member:set-password      メンバーパスワード設定
 module
  module:info              モジュール情報
  module:install           モジュールインストール
  module:list              モジュール一覧
  module:uninstall         モジュールアンインストール
  module:update            モジュールアップデート
 ownersstore
  ownersstore:list         オーナーズストア一覧
  ownersstore:set-key      オーナーズストア認証キー設定
 parameter
  parameter:get            パラメーター表示
  parameter:set            パラメーター設定
 plugin
  plugin:disable           プラグイン無効化
  plugin:enable            プラグイン有効化
  plugin:info              プラグイン情報
  plugin:install           プラグインインストール
  plugin:list              プラグイン一覧
  plugin:uninstall         プラグインアンインストール
  plugin:update            プラグインアップデート
 template
  template:mobile:get      モバイルテンプレートコード表示
  template:mobile:set      モバイルテンプレートコード設定
  template:pc:get          PCテンプレートコード表示
  template:pc:set          PCテンプレートコード設定
  template:smartphone:get  スマートフォンテンプレートコード表示
  template:smartphone:set  スマートフォンテンプレートコード設定
 util
  util:random-string       ランダムな文字列を生成
 zip
  zip:delete               郵便番号データ削除
  zip:download             郵便番号CSVダウンロード
  zip:info                 郵便番号情報
  zip:update               郵便番号更新

```

Requirements
------------

[](#requirements)

PHP 5.3.3 以上

Info
----

[](#info)

それぞれのコマンドが利用する機能は `Eccube2\Util` にまとめています。

追加機能の要望やバグ報告は Issue からお願いします。

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance47

Moderate activity, may be stable

Popularity35

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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 ~57 days

Recently: every ~301 days

Total

30

Last Release

823d ago

### Community

Maintainers

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

---

Top Contributors

[![ttsuru](https://avatars.githubusercontent.com/u/578548?v=4)](https://github.com/ttsuru "ttsuru (51 commits)")[![nanasess](https://avatars.githubusercontent.com/u/815715?v=4)](https://github.com/nanasess "nanasess (5 commits)")[![kaorukobo](https://avatars.githubusercontent.com/u/475350?v=4)](https://github.com/kaorukobo "kaorukobo (4 commits)")

### Embed Badge

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

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

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sulu/sulu

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

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

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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