PHPackages                             buildinteractivebusiness/yii2-components - 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. [Framework](/categories/framework)
4. /
5. buildinteractivebusiness/yii2-components

ActiveYii2-extension[Framework](/categories/framework)

buildinteractivebusiness/yii2-components
========================================

The additional components for the Yii framework

v0.1.1(8y ago)172BSD-3-ClausePHP

Since Nov 23Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)Used By (2)

 [![MALANKA Logo](https://camo.githubusercontent.com/54c0a026470c9947c04df5926fcbfc1a165104605e5589cea31a06f26e5f3779/687474703a2f2f6d616c616e6b612e70726f2f6173736574732f696d672f6c6f676f2e706e67)](https://camo.githubusercontent.com/54c0a026470c9947c04df5926fcbfc1a165104605e5589cea31a06f26e5f3779/687474703a2f2f6d616c616e6b612e70726f2f6173736574732f696d672f6c6f676f2e706e67)

Additional component Module
===========================

[](#additional-component-module)

The additional components for Yii2 framework.

The main purpose of this module to provide the ability to wrap common function from PHP and Yii2 framework.

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

[](#installation)

For the installation of modules Composer is required

```
composer require malankateam/yii2-components:~0.1.0
```

### Configuration

[](#configuration)

After adding to your composer json you have to create your migration and update migration file to:

```
use robot72\components\helpers\MigrationHelper;

class m000000_092100_our_migration extends MigrationHelper
{
    public $tableName = '{{%lead_generate}}';

    public function up()
    {
        $this->setTableOptions();
        $this->createTable($this->tableName, [
            'id' => $this->primaryKey(),
            'type' => $this->integer(11),
            'data' => $this->text(),
            'create_at' => $this->timestamp()->notNull(),
        ], $this->tableOptions);
    }

    public function down()
    {
        $this->dropTable($this->tableName);
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~695 days

Total

2

Last Release

3125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0096118590af35946a797733e605c400a23bba6cb8e408f6ada7d0cc59be493?d=identicon)[Robot72](/maintainers/Robot72)

---

Top Contributors

[![Robot72](https://avatars.githubusercontent.com/u/5987937?v=4)](https://github.com/Robot72 "Robot72 (7 commits)")

---

Tags

helperscomponentsyii2actions

### Embed Badge

![Health badge](/badges/buildinteractivebusiness-yii2-components/health.svg)

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

###  Alternatives

[dragon-code/support

Support package is a collection of helpers and tools for any project.

238.7M101](/packages/dragon-code-support)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k46](/packages/skeeks-cms)

PHPackages © 2026

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