PHPackages                             ubermanu/magento2-static-cms - 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. ubermanu/magento2-static-cms

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

ubermanu/magento2-static-cms
============================

Tool for creating static pages and blocks for Magento 2

v1.0.6(4y ago)00[1 issues](https://github.com/ubermanu/magento2-static-cms/issues)MITPHP

Since Mar 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ubermanu/magento2-static-cms)[ Packagist](https://packagist.org/packages/ubermanu/magento2-static-cms)[ RSS](/packages/ubermanu-magento2-static-cms/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

Magento 2 - Static CMS
======================

[](#magento-2---static-cms)

Tool for creating static pages and blocks for Magento 2.

Install
-------

[](#install)

```
composer require ubermanu/magento2-static-cms

```

Format
------

[](#format)

The file contains 2 parts: header and content.

### Page

[](#page)

```
---
is_active: 1
identifier: home
---
An updated home page.

```

### Block

[](#block)

```
---
is_active: 1
title: My Block
identifier: block-1
---
This is the content of a block.

```

Usage
-----

[](#usage)

Import a page with static content:

```
php bin/magento cms:static:import --type page

```

FrontMatter
-----------

[](#frontmatter)

The FrontMatter part of the file is optional.
But it's recommended to use it to set the model properties.

```
---
is_active: 1
title: Home page
content_heading: Home Page
identifier: home
page_layout: 1column
---
CMS homepage content goes here.

```

Import directories
------------------

[](#import-directories)

It's possible using xargs, remember to split your files by type:

```
find  -type f -print0 | xargs -l -0 php bin/magento cms:static:import --type page

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

5

Last Release

1575d ago

### Community

Maintainers

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

---

Top Contributors

[![ubermanu](https://avatars.githubusercontent.com/u/1533514?v=4)](https://github.com/ubermanu "ubermanu (6 commits)")

---

Tags

cmsmagento2static

### Embed Badge

![Health badge](/badges/ubermanu-magento2-static-cms/health.svg)

```
[![Health](https://phpackages.com/badges/ubermanu-magento2-static-cms/health.svg)](https://phpackages.com/packages/ubermanu-magento2-static-cms)
```

###  Alternatives

[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[customgento/module-cookiebot-m2

This Magento 2 module integrates Cookiebot into your store.

2471.1k](/packages/customgento-module-cookiebot-m2)[mage-os/module-meta-robots-tag

NoIndex NoFollow NoArchive Tag extension

1016.1k](/packages/mage-os-module-meta-robots-tag)[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.

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

PHPackages © 2026

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