PHPackages                             gozoro/yii2-base - 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. gozoro/yii2-base

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

gozoro/yii2-base
================

My base yii2 classes.

v1.0.0(8mo ago)05MITPHPPHP &gt;=5.5.9

Since Aug 22Pushed 8mo agoCompare

[ Source](https://github.com/gozoro/yii2-base)[ Packagist](https://packagist.org/packages/gozoro/yii2-base)[ Docs](https://github.com/gozoro/yii2-base)[ RSS](/packages/gozoro-yii2-base/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

yii2-base
=========

[](#yii2-base)

My yii2 base classes

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

[](#installation)

```
composer require gozoro/yii2-base

```

Usage
-----

[](#usage)

Usage base controller.

```
class YourController extends \gozoro\base\web\Controller
{
	// HERE YOUR CODE
}
```

Configuration base Request.

```
    'components' => [

        'request' => [
			'class' => 'gozoro\base\web\Request',

        ],
	],
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance59

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

263d ago

### Community

Maintainers

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

---

Top Contributors

[![gozoro](https://avatars.githubusercontent.com/u/13768280?v=4)](https://github.com/gozoro "gozoro (5 commits)")

---

Tags

requestwebyii2basecontroller

### Embed Badge

![Health badge](/badges/gozoro-yii2-base/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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