PHPackages                             culy/ec-cube-base - 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. culy/ec-cube-base

ActiveProject

culy/ec-cube-base
=================

EC-CUBE EC open platform.

2.1(5y ago)012GPL-2.0-onlyPHPPHP ^7.4|^8.0

Since Mar 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/culy247/eccube-base)[ Packagist](https://packagist.org/packages/culy/ec-cube-base)[ RSS](/packages/culy-ec-cube-base/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (107)Versions (11)Used By (0)

EC-CUBE 4.1
===========

[](#ec-cube-41)

[![Build Status](https://camo.githubusercontent.com/bd00718ccf047c4dc50c8dbffafa36fb24897cfc793cd4ea3540e28857a8994f/68747470733a2f2f7472617669732d63692e636f6d2f45432d435542452f65632d637562652e7376673f6272616e63683d342e31)](https://travis-ci.com/EC-CUBE/ec-cube)[![AppVeyor](https://camo.githubusercontent.com/7633841b3b447cd22bee933ea7d2103b3940b589b65ad4ee65dacf3fd4653937/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f4543435542452f65632d63756265)](https://ci.appveyor.com/project/ECCUBE/ec-cube)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/45cc3b4dfee3156fc76e10681b6344f729192f5c5dbada2e8f3c138e3c96ae3d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f45432d435542452f65632d637562652f6261646765732f7175616c6974792d73636f72652e706e673f623d342e31)](https://scrutinizer-ci.com/g/EC-CUBE/ec-cube/?branch=4.1)[![Coverage Status](https://camo.githubusercontent.com/26168e7b2f601ab8393054f181a3170cb879bbd5dfb4a8b390d3dc3e0243a7c3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f45432d435542452f65632d637562652f62616467652e7376673f6272616e63683d342e31)](https://coveralls.io/github/EC-CUBE/ec-cube?branch=4.1)

[![Slack](https://camo.githubusercontent.com/7934f1f72e94b7d4b1e8cf9e0967556e61ff1127ecad069d51dc1de8cf77360f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d6a6f696e253566636861742d627269676874677265656e2e7376673f7374796c653d666c6174)](https://join.slack.com/t/ec-cube/shared_invite/enQtNDA1MDYzNDQxMTIzLTY5MTRhOGQ2MmZhMjQxYTAwMmVlMDc5MDU2NjJlZmFiM2E3M2Q0M2Y3OTRlMGY4NTQzN2JiZDBkNmQwNTUzYzc)

[![Deploy](https://camo.githubusercontent.com/3da7ea007288c7a8b14c8c84f0836d66ba8f82bd2f3b72fb7e0e72e19a16d28f/68747470733a2f2f7777772e6865726f6b7563646e2e636f6d2f6465706c6f792f627574746f6e2e706e67)](https://heroku.com/deploy)

**EC-CUBE 4.1は現在β版です。4.0からの更新内容は[リリースノート](https://github.com/EC-CUBE/ec-cube/releases/tag/4.1-beta)をご確認ください。**

- 本ドキュメントはEC-CUBEの開発者を主要な対象者としております。
- パッケージ版は正式リリース後に[EC-CUBEオフィシャルサイト](https://www.ec-cube.net)で配布します。
- カスタマイズやEC-CUBEの利用、仕様に関しては[開発コミュニティ](https://xoops.ec-cube.net)をご利用ください。
- 本体開発にあたって不明点などあれば[Issue](https://github.com/EC-CUBE/ec-cube/wiki/Issues%E3%81%AE%E5%88%A9%E7%94%A8%E6%96%B9%E6%B3%95)をご利用下さい。
- EC-CUBE 3系の保守については、 [EC-CUBE/ec-cube3](https://github.com/EC-CUBE/ec-cube3/)にて開発を行っております。
- EC-CUBE 2系の保守については、 [EC-CUBE/ec-cube2](https://github.com/EC-CUBE/ec-cube2/)にて開発を行っております。

インストール
------

[](#インストール)

### EC-CUBE 4.1のインストール方法

[](#ec-cube-41のインストール方法)

開発ドキュメントの [インストール方法](https://doc4.ec-cube.net/quickstart_install) の手順に従ってインストールしてください。

### CSS の編集・ビルド方法

[](#css-の編集ビルド方法)

[Sass](https://sass-lang.com) を使用して記述されています。 Sass のソースコードは `html/template/{admin,default}/assets/scss` にあります。 前提として \[\] より、 Node.js をインストールしておいてください。

以下のコマンドでビルドすることで、 `html/template/**/assets/css` に CSS ファイルが出力されます。

```
npm ci # 初回およびpackage-lock.jsonに変更があったとき
npm run build # Sass のビルド
```

### 動作確認環境

[](#動作確認環境)

- Apache/2.4.x (mod\_rewrite / mod\_ssl 必須)
- PHP7.1.20
- PostgreSQL 9.2.1
- ブラウザー：Google Chrome

詳しくは開発ドキュメントの [システム要件](https://doc4.ec-cube.net/quickstart_requirement) をご確認ください。

ドキュメント
------

[](#ドキュメント)

### [EC-CUBE 4.0 開発ドキュメント@doc4.ec-cube.net](https://doc4.ec-cube.net/)

[](#ec-cube-40-開発ドキュメントdoc4ec-cubenet)

EC-CUBE 4.0 の仕様や手順、開発Tipsに関するドキュメントを掲載しています。
修正や追記、新規ドキュメントの作成をいただく場合、以下のレポジトリからPullRequestをお送りください。

開発への参加
------

[](#開発への参加)

EC-CUBE 4.1の不具合の修正、機能のブラッシュアップを目的として、継続的に開発を行っております。
コードのリファクタリング、不具合修正以外のPullRequestを送る際は、Pull Requestのコメントなどに意図を明確に記載してください。

Pull Requestの送信前に、Issueにて提議いただく事も可能です。
Issuesの利用方法については、[こちら](https://github.com/EC-CUBE/ec-cube/wiki/Issues%E3%81%AE%E5%88%A9%E7%94%A8%E6%96%B9%E6%B3%95)をご確認ください。

[Slack](https://join.slack.com/t/ec-cube/shared_invite/enQtNDA1MDYzNDQxMTIzLTY5MTRhOGQ2MmZhMjQxYTAwMmVlMDc5MDU2NjJlZmFiM2E3M2Q0M2Y3OTRlMGY4NTQzN2JiZDBkNmQwNTUzYzc)でも本体の開発に関する意見交換などを行っております。

### コピーライトポリシーへの同意

[](#コピーライトポリシーへの同意)

コードの提供・追加、修正・変更その他「EC-CUBE」への開発の御協力（Issue投稿、PullRequest投稿など、GitHub上での活動）を行っていただく場合には、 [EC-CUBEのコピーライトポリシー](https://github.com/EC-CUBE/ec-cube/wiki/EC-CUBE%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%E3%83%A9%E3%82%A4%E3%83%88%E3%83%9D%E3%83%AA%E3%82%B7%E3%83%BC)をご理解いただき、ご了承いただく必要がございます。 Issueの投稿やPullRequestを送信する際は、EC-CUBEのコピーライトポリシーに同意したものとみなします。

### Package

[](#package)

1. run "yarn up" to start build container
2. run "yarn reset" to create database first time or reset database

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~1 days

Total

10

Last Release

1885d ago

Major Versions

1.8 → 2.02021-03-11

PHP version history (3 changes)1.0PHP ^7.2

1.3PHP ^7.2|^8.0

1.4PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5c11a3f4a05af2594e5b7401599e9d5e047aa9ad0c4c08c20ce82152436c031?d=identicon)[chidungdekiemtra](/maintainers/chidungdekiemtra)

---

Top Contributors

[![culy247](https://avatars.githubusercontent.com/u/61442956?v=4)](https://github.com/culy247 "culy247 (7 commits)")[![dev-amela](https://avatars.githubusercontent.com/u/235832134?v=4)](https://github.com/dev-amela "dev-amela (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/culy-ec-cube-base/health.svg)

```
[![Health](https://phpackages.com/badges/culy-ec-cube-base/health.svg)](https://phpackages.com/packages/culy-ec-cube-base)
```

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

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

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

8.4k5.6M647](/packages/sylius-sylius)[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)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)

PHPackages © 2026

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