PHPackages                             anovsiradj/yii2-theme-mazer - 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. anovsiradj/yii2-theme-mazer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

anovsiradj/yii2-theme-mazer
===========================

2.1.4(2y ago)42033[6 PRs](https://github.com/anovsiradj/yii2-theme-mazer/pulls)MITPHPPHP &gt;=7CI passing

Since Mar 6Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/anovsiradj/yii2-theme-mazer)[ Packagist](https://packagist.org/packages/anovsiradj/yii2-theme-mazer)[ RSS](/packages/anovsiradj-yii2-theme-mazer/feed)WikiDiscussions dev Synced 1mo ago

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

Yii2 Theme Mazer
================

[](#yii2-theme-mazer)

-
-

### requirements

[](#requirements)

see `./composer.json`

### installation

[](#installation)

this theme has 2 layout options, `mainx` (horizontal) and `mainy` (vertical).

```
'layout' => 'mainy', // or 'mainx'
'components' => [
	'assetManager' => [
		'forceCopy' => !YII_ENV_PROD,
		'linkAssets' => true,
		'appendTimestamp' => true,
	],
	'view' => [
		'theme' => [
			'pathMap' => [
				'@app/views' => [
					'@app/views',
					'@vendor/anovsiradj/yii2-theme-mazer/views',
				],
			],
		],
	],
],
```

by default it is using dark theme, to use light theme only do this:

```
'assetManager' => [
	'bundles' => [
		\yii2\theme\mazer\MainAsset::class => [
			'css' => [
				'app.min.css',
			],
		],
	],
],
```

to override views, copy and paste (copas) file from `./vendor/anovsiradj/yii2-theme-mazer/views` to `./views/`.

for example, override `main_sidebar.php`. copas from `./vendor/anovsiradj/yii2-theme-mazer/views/main_sidebar.php` to `./views/main_sidebar.php`.

### developments

[](#developments)

```
git clone ...
cd yii2-theme-mazer

npm install
# npm update --save-dev --dev

# must in this order, cause webpack-mix is broken.
npm run prod
npm run test

# create fresh yii2-app-basic for debugging
composer create-project --prefer-dist yiisoft/yii2-app-basic

# create a release
git tag 1.0.0
git push origin dev
git push --tags
```

add this to `./config/web.php`:

```
[
	'controllerMap' => [
		'mazer' => \yii2\theme\mazer\TestController::class,
	],
]
```

add this to `./composer.json`:

```
"repositories": [
    {
        "type": "path",
        "url": "../yii2-theme-mazer",
        "options": {
            "symlink": true
        }
    }
]

```

then visit `localhost/yii2-app-basic/mazer/index`

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance56

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.5% 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 ~54 days

Total

5

Last Release

948d ago

Major Versions

1.0.1 → 2.0.02023-07-25

### Community

Maintainers

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

---

Top Contributors

[![anovsiradj](https://avatars.githubusercontent.com/u/6737021?v=4)](https://github.com/anovsiradj "anovsiradj (62 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (44 commits)")

---

Tags

phpthemeyii2yii2-theme

### Embed Badge

![Health badge](/badges/anovsiradj-yii2-theme-mazer/health.svg)

```
[![Health](https://phpackages.com/badges/anovsiradj-yii2-theme-mazer/health.svg)](https://phpackages.com/packages/anovsiradj-yii2-theme-mazer)
```

PHPackages © 2026

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