PHPackages                             kalyabin/yii2-wysibb - 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. kalyabin/yii2-wysibb

ActivePackage[Utility &amp; Helpers](/categories/utility)

kalyabin/yii2-wysibb
====================

Implements WysiBB to your Yii2 application

04422[1 issues](https://github.com/kalyabin/yii2-wysibb/issues)PHP

Since Mar 12Pushed 10y ago2 watchersCompare

[ Source](https://github.com/kalyabin/yii2-wysibb)[ Packagist](https://packagist.org/packages/kalyabin/yii2-wysibb)[ RSS](/packages/kalyabin-yii2-wysibb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-wysibb
===========

[](#yii2-wysibb)

Implements WysiBB visual editor  to your Yii2 application. More about WysiBB read at

Install via composer
--------------------

[](#install-via-composer)

Run in your console:

```
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
php composer.phar require "kalyabin/yii2-wysibb" "dev-master"
```

Basic usage
-----------

[](#basic-usage)

```
/* @var $this \yii\web\View */
/* @var $model \yii\base\Model */
$form = \yii\widgets\ActiveForm::begin();
print $form->field($model, 'content')->widget(\kalyabin\wysibb\WysiBBWidget::className(), [
...
]);
\yii\widgets\ActiveForm::end();
```

Language support
----------------

[](#language-support)

By default widget uses application language, but you may use other languages:

```
/* @var $this \yii\web\View */
/* @var $model \yii\base\Model */
$form = \yii\widgets\ActiveForm::begin();
print $form->field($model, 'content')->widget(\kalyabin\wysibb\WysiBBWidget::className(), [
    'language' => 'fr',
    ...
]);
\yii\widgets\ActiveForm::end();
```

More about language support see:

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/07607e080febd2bb2830e3b315944ce21b774bcabe00a8a7f5bec5921c2b6561?d=identicon)[mkalyabin](/maintainers/mkalyabin)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kalyabin-yii2-wysibb/health.svg)

```
[![Health](https://phpackages.com/badges/kalyabin-yii2-wysibb/health.svg)](https://phpackages.com/packages/kalyabin-yii2-wysibb)
```

###  Alternatives

[fmasa/auto-di

1522.2k](/packages/fmasa-auto-di)[petrgrishin/array-map

The object oriented approach to working with arrays on PHP

125.8k1](/packages/petrgrishin-array-map)

PHPackages © 2026

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