PHPackages                             nill/yii2-slider-module - 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. nill/yii2-slider-module

ActiveLibrary

nill/yii2-slider-module
=======================

Slideshow module for Yii2-start

0281PHP

Since Nov 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Mefistophell/yii2_slider_module)[ Packagist](https://packagist.org/packages/nill/yii2-slider-module)[ RSS](/packages/nill-yii2-slider-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-Start module Slider
========================

[](#yii2-start-module-slider)

Slideshow module for Yii2-Start application.

Requirements
------------

[](#requirements)

This module is used with Yii2-Start application [yii2-start](https://github.com/vova07/yii2-start).

Installation
============

[](#installation)

Install via Composer
--------------------

[](#install-via-composer)

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

Either run

```
php composer.phar require nill/yii2-slider-module "dev-master"

```

or add

```
"nill/yii2-slider-module": "dev-master"

```

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

Install from an Archive File
----------------------------

[](#install-from-an-archive-file)

Download and extract the zip-file into the folder with your project

```
/my/path/to/yii2-start/vendor/nill/yii2_slider_module

```

Configuration
=============

[](#configuration)

- Add module to \[backend\] config section:

```
'modules' => [
    'slider' => [
        'class' => 'nill\slider\Module'
    ]
]

```

- Add alias to "common\\config\\aliases.php":

```
Yii::setAlias('backend', dirname(dirname(__DIR__)) . '/backend');

```

- Add module to extensions "vendor\\yiisoft\\extensions.php":

```
'nill/slider' =>
    array (
        'name' => 'nill/yii2-slider-module',
        'version' => '0.1.0.0',
        'alias' =>
        array (
            '@nill/slider' => $vendorDir . '/nill/yii2-slider-module',
    ),
    'bootstrap' => 'nill\\slider\\Bootstrap',
),

```

- Create a new table in your database from file: `yii2_start_slider.sql`

OR: Apply migration with console commands:

`php yii migrate --migrationPath=@nill/slider/migrations`

- RBAC settings: For usage modules create Role "administrateSlider"

```
http://my.domain/backend/rbac/permissions/index/

```

You can also create other roles and change their behavior in the controller module

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

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://www.gravatar.com/avatar/972251ff202e307d13c2a9b1fa63f21110a3953be4d5b781e43e53bdc6ce5fdd?d=identicon)[Mefistophell](/maintainers/Mefistophell)

---

Top Contributors

[![Mefistophell](https://avatars.githubusercontent.com/u/8115245?v=4)](https://github.com/Mefistophell "Mefistophell (28 commits)")

### Embed Badge

![Health badge](/badges/nill-yii2-slider-module/health.svg)

```
[![Health](https://phpackages.com/badges/nill-yii2-slider-module/health.svg)](https://phpackages.com/packages/nill-yii2-slider-module)
```

PHPackages © 2026

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