PHPackages                             lemon/yii2-inspinia - 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. lemon/yii2-inspinia

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

lemon/yii2-inspinia
===================

Inspinia template widgets

013JavaScript

Since Feb 8Pushed 9y agoCompare

[ Source](https://github.com/DearLemon/yii2-inspinia)[ Packagist](https://packagist.org/packages/lemon/yii2-inspinia)[ RSS](/packages/lemon-yii2-inspinia/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Inspinia Admin Theme
====================

[](#inspinia-admin-theme)

v2.6.2.1

Forked:

这是一个商业模板,使用前请先购买版权

\#Installation composer require lemon/yii2-inspinia "\*"

main.php增加

```
'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
            '@app/views' => '@vendor/lemon/yii2-inspinia/views'
            ],
        ],
    ],
],

```

或者 将vendor/lemon/yii2-inspinia/views下的文件，替换自己views下的文件

如指定页面error使用layouts/empty，方法如下

```
public function beforeAction($action)
{
    if (parent::beforeAction($action)) {
        if ($action->id=='error')
            $this->layout ='empty';
        return true;
    } else {
        return false;
    }
}

```

inspinia Panel使用

```

```

toolbar参数

```
'toolbar'=>[
        [
            'title' => '',
            'link'  => Url::to(['/']),
            'icon'  => 'wrench',
            'items' => [
                [
                    'title' => 'Item 1',
                    'link'  => Url::to(['/']),
                    'icon'  => 'earth',
                ],
                [
                    'title' => 'Item 2',
                    'link'  => Url::to(['/']),
                    'icon'  => 'pencil',
                ],
            ],
        ],
        [
            'title' => 'QQ',
            'link'  => Url::to(['http://qq.com']),
            'icon'  => 'qq',
        ]
    ]# yii2-inspinia

```

###  Health Score

20

—

LowBetter than 12% 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://avatars.githubusercontent.com/u/25575699?v=4)[DearLemon](/maintainers/DearLemon)[@DearLemon](https://github.com/DearLemon)

---

Top Contributors

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

---

Tags

yii2-extensionyii2-widgets

### Embed Badge

![Health badge](/badges/lemon-yii2-inspinia/health.svg)

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

###  Alternatives

[symfony/polyfill-ctype

Symfony polyfill for ctype functions

4.0k1.1B218](/packages/symfony-polyfill-ctype)[symfony/polyfill-intl-normalizer

Symfony polyfill for intl's Normalizer class and related functions

2.1k904.7M75](/packages/symfony-polyfill-intl-normalizer)[symfony/polyfill-intl-icu

Symfony polyfill for intl's ICU-related data and classes

2.6k272.0M169](/packages/symfony-polyfill-intl-icu)[chillerlan/php-qrcode

A QR Code generator and reader with a user-friendly API. PHP 8.4+

2.4k40.0M321](/packages/chillerlan-php-qrcode)[php-stubs/wordpress-stubs

WordPress function and class declaration stubs for static analysis.

20117.1M481](/packages/php-stubs-wordpress-stubs)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46304.8k9](/packages/symbiote-silverstripe-advancedworkflow)

PHPackages © 2026

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