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

[phalcon/zephir

Zephir is a compiled high level language aimed to the creation of C-extensions for PHP

3.4k414.1k18](/packages/phalcon-zephir)[code-tool/jaeger-client-php

35520.8k9](/packages/code-tool-jaeger-client-php)[rafaelfragoso/haversini-formula

This PHP class can replace the Google Distance Matrix to calculate the distance between two points using latitude and longitude. It will prevent you to do massive requests to Google servers and enhance your service performance.

45212.0k](/packages/rafaelfragoso-haversini-formula)

PHPackages © 2026

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