PHPackages                             lg-xenos/yii2-adm-mixed-galery - 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. [Admin Panels](/categories/admin)
4. /
5. lg-xenos/yii2-adm-mixed-galery

ActiveYii2-extension[Admin Panels](/categories/admin)

lg-xenos/yii2-adm-mixed-galery
==============================

Yii2 widget Admin Mixed Gallery

v1.0.3(7y ago)072PHP

Since Apr 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lgXenos/yii2-adm-mixed-galery)[ Packagist](https://packagist.org/packages/lg-xenos/yii2-adm-mixed-galery)[ RSS](/packages/lg-xenos-yii2-adm-mixed-galery/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

yii2 Admin Mixed Gallery
========================

[](#yii2-admin-mixed-gallery)

Установка / Install
-------------------

[](#установка--install)

`composer require lg-xenos/yii2-adm-mixed-galery`

**`backend/config/bootstrap.php`**

```
Yii::$container->set('lgxenos\yii2\admMixedGallery\AdmMixedGallery', [
    'fileManagerPathTpl' => '/adm-scripts/responsivefilemanager/filemanager/dialog.php?type=1&field_id=%s&relative_url=0&callback=MixedGalleryCallBack'
]);
```

**`backend/view/test/test.php`**

```
echo  $form->field($model, 'doc_gallery')
      ->widget(\lgxenos\yii2\admMixedGallery\AdmMixedGallery::className())->label(false)
```

**`AR-Model`**

```
	public function behaviors() {
		return [
			[
				'class' => ImplodeArrayBehavior::class,
				'field' => 'gallery',
				'glue' => "\n"
			],
		];
	}
```

**`AR-rules`**

```
	public function rules() {
		return [
		    ..........
			[['gallery'], 'each', 'rule' => ['string']],
		];
	}
```

[![about](about.png)](about.png)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~86 days

Total

4

Last Release

2704d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14957311?v=4)[RomanSh](/maintainers/lgXenos)[@lgXenos](https://github.com/lgXenos)

---

Top Contributors

[![lgXenos](https://avatars.githubusercontent.com/u/14957311?v=4)](https://github.com/lgXenos "lgXenos (2 commits)")

---

Tags

yii2widget

### Embed Badge

![Health badge](/badges/lg-xenos-yii2-adm-mixed-galery/health.svg)

```
[![Health](https://phpackages.com/badges/lg-xenos-yii2-adm-mixed-galery/health.svg)](https://phpackages.com/packages/lg-xenos-yii2-adm-mixed-galery)
```

###  Alternatives

[insolita/yii2-adminlte-widgets

Widgets for AdminLTE theme (Box with remember collapse state, Timeline, Tile, Callout, SmallBox etc)

63487.4k8](/packages/insolita-yii2-adminlte-widgets)[fancyecommerce/fec_admin

fancy ecommerce

6312.1k1](/packages/fancyecommerce-fec-admin)

PHPackages © 2026

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