PHPackages                             luyadev/luya-module-styleguide - 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. luyadev/luya-module-styleguide

ActiveLuya-module

luyadev/luya-module-styleguide
==============================

Yii2 LUYA Styleguide

1.0.1(7y ago)021.0k—0%4MITJavaScript

Since Apr 7Pushed 4y ago3 watchersCompare

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

READMEChangelog (1)DependenciesVersions (10)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)

Element component styleguide
============================

[](#element-component-styleguide)

[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)[![Latest Stable Version](https://camo.githubusercontent.com/0125eb76c8cfd3c5d8676ede87736d80982f800a52ac4ec286fb24279c4db9c1/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6d6f64756c652d7374796c6567756964652f762f737461626c65)](https://packagist.org/packages/luyadev/luya-module-styleguide)[![Total Downloads](https://camo.githubusercontent.com/96b1781f14d8fa2548522eceb142e444aa4e2edf0af307e54928715581e71c32/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6d6f64756c652d7374796c6567756964652f646f776e6c6f616473)](https://packagist.org/packages/luyadev/luya-module-styleguide)[![Slack Support](https://camo.githubusercontent.com/3574a291a5d77f541be2a9aebff47cf60ed44274b70f9d90bdf6d0d7f4911892/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d6c7579616465762d79656c6c6f77677265656e2e737667)](https://slack.luya.io/)

The basic idea behind the styleguide is to give you the ability to ensure an advanced development cycle for functions and design of enhanced elements.

[![LUYA Styleguide](https://raw.githubusercontent.com/luyadev/luya-module-styleguide/master/styleguide.gif)](https://raw.githubusercontent.com/luyadev/luya-module-styleguide/master/styleguide.gif)

The styleguide module renders all the available {{luya\\web\\Element}} with example content which let you share all the elements with other designer to make and discuss changes based on elements instead on a finished web page.

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

[](#installation)

For the installation of modules Composer is required.

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

### Configuration

[](#configuration)

Configure the module in your project config, the password is protecting this page by default:

```
'modules' => [
    // ...
    'styleguide' => [
        'class' => 'luya\styleguide\Module',
        'password' => 'styleguide-password',
        'assetFiles' => [
            'app\assets\ResourcesAsset',
        ],
    ]
]
```

After successful configuration of the styleguide module, you can access it through the url: `yourdomain.com/styleguide`

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 88.5% 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 ~111 days

Recently: every ~184 days

Total

9

Last Release

2789d ago

### 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 (46 commits)")[![dev7ch](https://avatars.githubusercontent.com/u/15183757?v=4)](https://github.com/dev7ch "dev7ch (3 commits)")[![hbugdoll](https://avatars.githubusercontent.com/u/6715827?v=4)](https://github.com/hbugdoll "hbugdoll (1 commits)")[![Leeyuryeon](https://avatars.githubusercontent.com/u/38232496?v=4)](https://github.com/Leeyuryeon "Leeyuryeon (1 commits)")[![martinpetrasch](https://avatars.githubusercontent.com/u/6354795?v=4)](https://github.com/martinpetrasch "martinpetrasch (1 commits)")

---

Tags

phpyii2moduleyiiluyaluya-modulestyleguide

### Embed Badge

![Health badge](/badges/luyadev-luya-module-styleguide/health.svg)

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

###  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-bootstrap4

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

1843.9k3](/packages/luyadev-luya-bootstrap4)[luyadev/luya-module-payment

LUYA Payment allows you to integrate payments in a safe and fast way. The module take care of all the provider required steps (call, create, success, abort, etc.) and provides all the informations for your store.

1012.1k](/packages/luyadev-luya-module-payment)

PHPackages © 2026

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