PHPackages                             zephir/luya-module-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. [Framework](/categories/framework)
4. /
5. zephir/luya-module-cms

Abandoned → [luyadev/luya-module-cms](/?search=luyadev%2Fluya-module-cms)Luya-core[Framework](/categories/framework)

zephir/luya-module-cms
======================

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

5.1.2(1y ago)321.2k46[18 issues](https://github.com/luyadev/luya-module-cms/issues)[1 PRs](https://github.com/luyadev/luya-module-cms/pulls)MITPHPPHP &gt;=8.0

Since Apr 21Pushed 1y ago10 watchersCompare

[ Source](https://github.com/luyadev/luya-module-cms)[ Packagist](https://packagist.org/packages/zephir/luya-module-cms)[ Docs](https://luya.io)[ RSS](/packages/zephir-luya-module-cms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (68)Used By (0)

 [![LUYA Logo](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)

LUYA Content Management System
==============================

[](#luya-content-management-system)

[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)[![Tests](https://github.com/luyadev/luya-module-cms/workflows/Tests/badge.svg)](https://github.com/luyadev/luya-module-cms/workflows/Tests/badge.svg)[![Maintainability](https://camo.githubusercontent.com/728bab496f1769aa28d3fdd51713d70ac88952af0fd50bf21a38420ed026039a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f31376230373532356362623964323363376233642f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/luyadev/luya-module-cms/maintainability)[![Test Coverage](https://camo.githubusercontent.com/338e9cda85f2fc2925cb38fe917e08e565f6c05e118aa86f780c4fc0d9660717/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f31376230373532356362623964323363376233642f746573745f636f766572616765)](https://codeclimate.com/github/luyadev/luya-module-cms/test_coverage)[![Latest Stable Version](https://camo.githubusercontent.com/b75f134d6d654739d78e1b5281066ce2975f781296a92d193c56327102009970/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6d6f64756c652d636d732f762f737461626c65)](https://packagist.org/packages/luyadev/luya-module-cms)[![Total Downloads](https://camo.githubusercontent.com/2c6c2fdf1a02b964bd3fa7f98da61c658c01316d90a1ad2608c8a0dab4fe0bed/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6d6f64756c652d636d732f646f776e6c6f616473)](https://packagist.org/packages/luyadev/luya-module-cms)

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

[![LUYA CMS MODULE](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/cms.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/cms.png)

To use the LUYA CMS module you have to run a LUYA Application which is provided by the LUYA core.

For installation and usage please check: [LUYA.IO](https://luya.io)

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

[](#installation)

For the installation of modules Composer is required.

```
composer require luyadev/luya-module-cms
```

### Configuration

[](#configuration)

Add the frontend and admin module of the cms module to your configuration modules section and bootstrap the cms frontend module:

```
'modules' => [
    // ...
    'cms' => 'luya\cms\frontend\Module',
    'cmsadmin' => 'luya\cms\admin\Module',
    // ...
]
```

### Initialization

[](#initialization)

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.

1.) Migrate your database.

```
./vendor/bin/luya migrate
```

2.) Import the module and migrations into your LUYA project.

```
./vendor/bin/luya import
```

> Please note that the module names *cms* and *cmsadmin* are required and should not be changed!

Developers
----------

[](#developers)

If you want to contribute, make sure to read the [guidelines](https://luya.io/guide/dev/guideline).

Unit Testing
------------

[](#unit-testing)

1. `cp phpunit.xml.dist phpunit.xml`
2. `docker compose up`
3. `docker compose run luyacmsphpunit tests` to run all tests or `docker compose run luyacmsphpunit tests/src/helpers/UrlTest.php` to run a specific test.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance25

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community29

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 77.1% 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 ~47 days

Recently: every ~126 days

Total

66

Last Release

610d ago

Major Versions

1.0.x-dev → 2.0.02019-06-26

2.2.1 → 3.0.02020-02-27

3.5.3 → 4.0.02021-07-27

4.0.x-dev → 5.0.02023-11-30

PHP version history (2 changes)4.5.0PHP &gt;=7.4

5.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/86184bf08843ed8fcc4aedb2fdecd8a9e832e47e89a7166cebfda529c176f5ce?d=identicon)[nadar](/maintainers/nadar)

---

Top Contributors

[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (1728 commits)")[![boehsermoe](https://avatars.githubusercontent.com/u/2466744?v=4)](https://github.com/boehsermoe "boehsermoe (253 commits)")[![TheMaaarc](https://avatars.githubusercontent.com/u/3450438?v=4)](https://github.com/TheMaaarc "TheMaaarc (95 commits)")[![hbugdoll](https://avatars.githubusercontent.com/u/6715827?v=4)](https://github.com/hbugdoll "hbugdoll (36 commits)")[![dev7ch](https://avatars.githubusercontent.com/u/15183757?v=4)](https://github.com/dev7ch "dev7ch (29 commits)")[![rolandschaub](https://avatars.githubusercontent.com/u/3786245?v=4)](https://github.com/rolandschaub "rolandschaub (14 commits)")[![martinpetrasch](https://avatars.githubusercontent.com/u/6354795?v=4)](https://github.com/martinpetrasch "martinpetrasch (12 commits)")[![vavepl](https://avatars.githubusercontent.com/u/7990096?v=4)](https://github.com/vavepl "vavepl (6 commits)")[![nandes2062](https://avatars.githubusercontent.com/u/6126258?v=4)](https://github.com/nandes2062 "nandes2062 (6 commits)")[![Ph0tonic](https://avatars.githubusercontent.com/u/5320541?v=4)](https://github.com/Ph0tonic "Ph0tonic (5 commits)")[![Emericanec](https://avatars.githubusercontent.com/u/7316100?v=4)](https://github.com/Emericanec "Emericanec (5 commits)")[![nick-denry](https://avatars.githubusercontent.com/u/1450983?v=4)](https://github.com/nick-denry "nick-denry (4 commits)")[![devtronic](https://avatars.githubusercontent.com/u/2362734?v=4)](https://github.com/devtronic "devtronic (4 commits)")[![Leeyuryeon](https://avatars.githubusercontent.com/u/38232496?v=4)](https://github.com/Leeyuryeon "Leeyuryeon (4 commits)")[![AndreGM](https://avatars.githubusercontent.com/u/1381773?v=4)](https://github.com/AndreGM "AndreGM (3 commits)")[![Antikon](https://avatars.githubusercontent.com/u/2006406?v=4)](https://github.com/Antikon "Antikon (3 commits)")[![Arhell](https://avatars.githubusercontent.com/u/26163841?v=4)](https://github.com/Arhell "Arhell (3 commits)")[![chemezov](https://avatars.githubusercontent.com/u/2368902?v=4)](https://github.com/chemezov "chemezov (3 commits)")[![dennisgon](https://avatars.githubusercontent.com/u/6257311?v=4)](https://github.com/dennisgon "dennisgon (3 commits)")[![dven84](https://avatars.githubusercontent.com/u/10542161?v=4)](https://github.com/dven84 "dven84 (3 commits)")

---

Tags

blockeditorcmshacktoberfestluyaphpyii2phpcontentcmsyii2moduleyiiluyayii2 cmscontentmanager

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zephir-luya-module-cms/health.svg)

```
[![Health](https://phpackages.com/badges/zephir-luya-module-cms/health.svg)](https://phpackages.com/packages/zephir-luya-module-cms)
```

###  Alternatives

[luyadev/luya-module-cms

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

32176.1k18](/packages/luyadev-luya-module-cms)[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8086.9k2](/packages/luyadev-luya)[luyadev/luya-bootstrap4

Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.

1843.9k3](/packages/luyadev-luya-bootstrap4)

PHPackages © 2026

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