PHPackages                             schmunk42/yii2-packaii - 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. schmunk42/yii2-packaii

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

schmunk42/yii2-packaii
======================

Yii2 Framework Web-UI for browsing composer packages

175.5k5[10 issues](https://github.com/schmunk42/yii2-packaii/issues)PHP

Since Mar 2Pushed 11y ago9 watchersCompare

[ Source](https://github.com/schmunk42/yii2-packaii)[ Packagist](https://packagist.org/packages/schmunk42/yii2-packaii)[ RSS](/packages/schmunk42-yii2-packaii/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Packaii
=======

[](#packaii)

Packagist composer package browser for Yii2 Framework

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist schmunk42/yii2-packaii "*"

```

or add

```
"schmunk42/yii2-packaii": "*"

```

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

Setup
-----

[](#setup)

Once the extension is installed, load the module in your application config:

```
'modules' => [
    'packaii' => [
        'class' => 'schmunk42\packaii\Module'
    ]
]
```

Setup a project root alias:

```
'aliases' => [
    '@root' => realpath(__DIR__ . '/../../'), // path to your composer.json file
]
```

For easy access, we also recommend you to add the packaii panel to the debug toolbar:

```
'panels' => [
    'packaii'   => ['class' => 'schmunk42\packaii\panels\PackaiiPanel',],
]
```

Since you may hit the GitHub API limit of 50 requests per hour for unauthorized clients pretty fast. You can add your GitHub username and password to the config:

```
'modules' => [
    'packaii' => [
        'gitHubUsername' => 'your_username',
        'gitHubPassword' => 'super_secrect'
    ],
],
```

Usage
-----

[](#usage)

Follow the panel link to . On the index page you'll see some basic information about the packages installed.

You can search packages locally or on Packagist with the search box on the left sidebar. After selecting a package, the README file and some action buttons for installing, updating or removing a package will be displayed.

Please note that packaii is currently not executing any `composer` actions directly, but it will give you the commands ready to copy and paste into your console.

Troubleshooting
---------------

[](#troubleshooting)

Open [http://your-application/index.php?r=debug/default/view&amp;panel=packaii](http://your-application/index.php?r=debug/default/view&panel=packaii) to check the module status.

Screenshots
-----------

[](#screenshots)

[![Packaii](https://camo.githubusercontent.com/da5132b038c7313f688d22d93d95a1764ed7dd4456efd2825728552a9cad8d55/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f426831744a317743414145376475332e6a70673a6c61726765)](https://camo.githubusercontent.com/da5132b038c7313f688d22d93d95a1764ed7dd4456efd2825728552a9cad8d55/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f426831744a317743414145376475332e6a70673a6c61726765)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98% 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/3b4ab2b6685ec71887908ec8cff261a16cd5bb24c69bb8ab52840e220f175f9d?d=identicon)[schmunk](/maintainers/schmunk)

---

Top Contributors

[![schmunk42](https://avatars.githubusercontent.com/u/649031?v=4)](https://github.com/schmunk42 "schmunk42 (49 commits)")[![philippfrenzel](https://avatars.githubusercontent.com/u/2319890?v=4)](https://github.com/philippfrenzel "philippfrenzel (1 commits)")

### Embed Badge

![Health badge](/badges/schmunk42-yii2-packaii/health.svg)

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

PHPackages © 2026

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