PHPackages                             element119/module-store-entity-creator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. element119/module-store-entity-creator

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

element119/module-store-entity-creator
======================================

A Magento 2 CLI utility to allow developers to create new websites, stores, and store views.

1.1.0(7mo ago)202.8k↓40%2MITPHPPHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

Since Aug 12Pushed 7mo agoCompare

[ Source](https://github.com/element119/module-store-entity-creator)[ Packagist](https://packagist.org/packages/element119/module-store-entity-creator)[ RSS](/packages/element119-module-store-entity-creator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

element119 | Store Entity Creator
=================================

[](#element119--store-entity-creator)

📝 Features
----------

[](#-features)

✔️ Create store entities (websites, stores, and store views) using the Magento CLI

✔️ Theme agnostic

✔️ Built in accordance with Magento best practises

✔️ Seamless integration with Magento

✔️ Built with developers and extensibility in mind to make customisations as easy as possible

✔️ Installable via Composer

🔌 Installation
--------------

[](#-installation)

Run the following command to *install* this module:

```
composer require element119/module-store-entity-creator
php bin/magento setup:upgrade
```

⏫ Updating
----------

[](#-updating)

Run the following command to *update* this module:

```
composer update element119/module-store-entity-creator
php bin/magento setup:upgrade
```

❌ Uninstallation
----------------

[](#-uninstallation)

Run the following command to *uninstall* this module:

```
composer remove element119/module-store-entity-creator
php bin/magento setup:upgrade
```

📚 User Guide
------------

[](#-user-guide)

### Website Creation - `app:website:create`

[](#website-creation---appwebsitecreate)

```
Description:
  Create a new website.

Usage:
  app:website:create [options] [--]

Arguments:
  code                                     New website code.
  name                                     New website name.

Options:
      --default-store-id=DEFAULT-STORE-ID  Default store ID for new website.
      --sort-order=SORT-ORDER              New website sort order.
      --is-default                         Sets the new website as the default website.
  -h, --help                               Display help for the given command. When no command is given display help for the list command
  -q, --quiet                              Do not output any message
  -V, --version                            Display this application version
      --ansi|--no-ansi                     Force (or disable --no-ansi) ANSI output
  -n, --no-interaction                     Do not ask any interactive question
  -v|vv|vvv, --verbose                     Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

```

### Store Creation - `app:store:create`

[](#store-creation---appstorecreate)

```
Description:
  Create a new store.

Usage:
  app:store:create [options] [--]

Arguments:
  code                                               New store code.
  name                                               New store name.
  website_id                                         ID of the website to add the new store to.
  root_category_id                                   New store root category ID.

Options:
      --default-store-view-id=DEFAULT-STORE-VIEW-ID  Default store view ID for new store.
  -h, --help                                         Display help for the given command. When no command is given display help for the list command
  -q, --quiet                                        Do not output any message
  -V, --version                                      Display this application version
      --ansi|--no-ansi                               Force (or disable --no-ansi) ANSI output
  -n, --no-interaction                               Do not ask any interactive question
  -v|vv|vvv, --verbose                               Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

```

### Store View Creation - `app:store-view:create`

[](#store-view-creation---appstore-viewcreate)

```
Description:
  Create a new store view.

Usage:
  app:store-view:create [options] [--]

Arguments:
  code                         New store view code.
  name                         New store view name.
  store_id                     ID of the store to add the new store view to.

Options:
      --disabled               Disable the new store view.
      --sort-order=SORT-ORDER  New store view sort order.
  -h, --help                   Display help for the given command. When no command is given display help for the list command
  -q, --quiet                  Do not output any message
  -V, --version                Display this application version
      --ansi|--no-ansi         Force (or disable --no-ansi) ANSI output
  -n, --no-interaction         Do not ask any interactive question
  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance62

Regular maintenance activity

Popularity31

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

237d ago

PHP version history (2 changes)1.0.0PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

1.0.3PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9eb2b9f555deb74b70b6fa37fe4e505579581ee49c6ca3420dcd769602cf8107?d=identicon)[pykettk](/maintainers/pykettk)

---

Top Contributors

[![pykettk](https://avatars.githubusercontent.com/u/40261741?v=4)](https://github.com/pykettk "pykettk (14 commits)")

---

Tags

magento2utility

### Embed Badge

![Health badge](/badges/element119-module-store-entity-creator/health.svg)

```
[![Health](https://phpackages.com/badges/element119-module-store-entity-creator/health.svg)](https://phpackages.com/packages/element119-module-store-entity-creator)
```

###  Alternatives

[ethanyehuda/magento2-cronjobmanager

A module for managing scheduled cron jobs from magento's admin panel

3632.5M1](/packages/ethanyehuda-magento2-cronjobmanager)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[yireo/magento2-googletagmanager2

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[firegento/magesetup2

MageSetup provides the necessary configuration (system config, tax, agreements, etc. for a national market.

123328.5k1](/packages/firegento-magesetup2)[fishpig/magento2-wordpress-integration

Securely integrate WordPress and Magento 2.

83352.3k5](/packages/fishpig-magento2-wordpress-integration)

PHPackages © 2026

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