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.1(2mo ago)204.0k↑29.2%2MITPHPPHP ^7.4 || ^8.0

Since Aug 12Pushed 2mo 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 2w ago

READMEChangelogDependencies (2)Versions (7)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

46

—

FairBetter than 92% of packages

Maintenance82

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Recently: every ~161 days

Total

6

Last Release

89d ago

PHP version history (3 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

1.1.1PHP ^7.4 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![pykettk](https://avatars.githubusercontent.com/u/40261741?v=4)](https://github.com/pykettk "pykettk (15 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

[fishpig/magento2-wordpress-integration

Securely integrate WordPress and Magento 2.

83374.7k7](/packages/fishpig-magento2-wordpress-integration)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

69362.0k](/packages/run-as-root-magento2-prometheus-exporter)[smile/module-store-locator

Smile Store Locator

51537.6k5](/packages/smile-module-store-locator)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

2610.9k2](/packages/zwernemann-module-withdrawal)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

132.2k](/packages/angeo-module-llms-txt)

PHPackages © 2026

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