PHPackages                             liberosoft/luyawysiwyg - 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. liberosoft/luyawysiwyg

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

liberosoft/luyawysiwyg
======================

Wysiwyg editor

v1.0.7(7y ago)11942MITJavaScript

Since Nov 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/liberosoft/luyawysiwyg)[ Packagist](https://packagist.org/packages/liberosoft/luyawysiwyg)[ RSS](/packages/liberosoft-luyawysiwyg/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (9)Used By (0)

Wysiwyg Module
==============

[](#wysiwyg-module)

Wysiwyg Module for luya CMS. Tinymce suppport.

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

[](#installation)

```
composer require liberosoft/luyawysiwyg
```

In order to add the modules to your project go into the modules section of your config:

```
return [
    'modules' => [
        // ...
        'wysiwygfrontend' => [
            'class' => 'liberosoft\luyawysiwyg\frontend\Module',
            'useAppViewPath' => false,
        ],
        'wysiwygadmin' => [
            'class' => 'liberosoft\luyawysiwyg\admin\Module',
            'useAppViewPath' => false,
            'textEditorOptions' => [ // tinymce options
                'height' => '480',
                'plugins' => 'link image code lists textcolor',
                'toolbar' => 'undo redo | bold underline italic forecolor backcolor | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat | code'
            ]
        ],
        // ...
    ],
];
```

run:

```
./luya import
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~3 days

Total

8

Last Release

2720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/129bfb4fa13ec78b7fb12baa8998825b0ea45ed3587a7583b7201f56bcd2dbc5?d=identicon)[liberosoft](/maintainers/liberosoft)

---

Top Contributors

[![liberosoft](https://avatars.githubusercontent.com/u/7767553?v=4)](https://github.com/liberosoft "liberosoft (11 commits)")[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (1 commits)")

### Embed Badge

![Health badge](/badges/liberosoft-luyawysiwyg/health.svg)

```
[![Health](https://phpackages.com/badges/liberosoft-luyawysiwyg/health.svg)](https://phpackages.com/packages/liberosoft-luyawysiwyg)
```

###  Alternatives

[erickskrauch/phpstan-yii2

Yii2 extension for PHPStan

1269.5k1](/packages/erickskrauch-phpstan-yii2)[metrakit/faker-eddy-malou

Use Eddy Malou sentences for your dummy texts

172.7k](/packages/metrakit-faker-eddy-malou)

PHPackages © 2026

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