PHPackages                             dotallineed/yii2-widgets-builder - 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. dotallineed/yii2-widgets-builder

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

dotallineed/yii2-widgets-builder
================================

An extension for creating and storing html widgets with content to the database for Yii2 site builder

012PHP

Since Nov 22Pushed 9y agoCompare

[ Source](https://github.com/dotallineed/yii2-widgets-builder)[ Packagist](https://packagist.org/packages/dotallineed/yii2-widgets-builder)[ RSS](/packages/dotallineed-yii2-widgets-builder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Wigets builder
==============

[](#wigets-builder)

An extension for creating and storing html widgets with content to the database for Yii2 site builder

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist dotallineed/yii2-widgets-builder "dev-master"

```

or add

```
"dotallineed/yii2-widgets-builder": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, Add the following code in your main configuration file

```
'builderwidgets' => [
           'class' => 'dotallineed\widgetsbuilder\BuilderWidget',

           'storage' => [
               'class' => 'dotallineed\widgetsbuilder\MultipleStorage',
               'storages' => [
                   [
                       'class' => 'dotallineed\widgetsbuilder\DatabaseStorage',
                       'table' => 'builder_widgets',
                   ],
               ],
           ]

       ],
```

and simply use it in your code by :

```
  $builder_widgets=Yii::$app->builderwidgets;```
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

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/b70c157362a0d21309577f8dc38a302b7c8ec88d64147a4c32a207800762a662?d=identicon)[dotallineed](/maintainers/dotallineed)

---

Top Contributors

[![dotallineed](https://avatars.githubusercontent.com/u/23652688?v=4)](https://github.com/dotallineed "dotallineed (13 commits)")

### Embed Badge

![Health badge](/badges/dotallineed-yii2-widgets-builder/health.svg)

```
[![Health](https://phpackages.com/badges/dotallineed-yii2-widgets-builder/health.svg)](https://phpackages.com/packages/dotallineed-yii2-widgets-builder)
```

###  Alternatives

[crazycodr/standard-exceptions

This project is aimed at providing additional standard exceptions to php. Many exceptions that are missing from the SPL are constantly being reproduced in different projects. By providing a package of high-quality, well organised exceptions, it will, in the long run, increase interoperability between projects.

146215.2k7](/packages/crazycodr-standard-exceptions)[symfonycasts/micro-mapper

A tiny, underwhelming data mapper to map one object to another!

82597.6k](/packages/symfonycasts-micro-mapper)[setono/editorjs-php

PHP library for handling data from the EditorJS

4255.2k1](/packages/setono-editorjs-php)[vaimo/composer-changelogs

Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources

11150.5k10](/packages/vaimo-composer-changelogs)[arandilopez/laravel-feed-parser

Laravel and Lumen rss feed parser

1235.6k](/packages/arandilopez-laravel-feed-parser)

PHPackages © 2026

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