PHPackages                             amilna/yii2-nivo-slider - 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. amilna/yii2-nivo-slider

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

amilna/yii2-nivo-slider
=======================

Nivo slider widget for Yii2

05641[1 PRs](https://github.com/amilna/yii2-nivo-slider/pulls)JavaScript

Since Oct 4Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Nivo Slider Widget for Yii2
===========================

[](#nivo-slider-widget-for-yii2)

A customizable nivo slider plugin for Yii2.

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

[](#installation)

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

Either run

```
php composer.phar require "amilna/yii2-nivo-slider" "*"

```

or add

```
"amilna/yii2-nivo-slider" : "*"
```

to the require section of your application's `composer.json` file.

Since this extensions stil in dev stages, be sure also add following line in `composer.json` file.

Usage
-----

[](#usage)

In view:

```
use amilna\nivoslider\NivoSlider;

echo NivoSlider::widget([
		// active data provider or just array of image, url, title and description, exp: [["image"=>"test1.jpg","url"=>null],["image"=>"test2.jpg","url"=>null]]
		'targetId'=>'nivoslider',	//id of rendered nivoslider (the container will constructed by the widget with the given id)
		'imageKey'=>'image', //model attribute to be used as background
		'theme' => 'default', //available themes: default, bar, dark, light

 		'css' => '', // url of css to overide default css relative from @web

		//	example to overide default options	more options on http://docs.dev7studios.com/jquery-plugins/nivo-slider
		'options'=>[
				'effect'=> 'boxRandom',
				'manualAdvance'=>false,
				'controlNav'=> false
			],

 	]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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/da722c47aac6226ff5409ac6d29764628642acc5716af54f506b587b77a61a50?d=identicon)[aaiyo](/maintainers/aaiyo)

---

Top Contributors

[![aaiyo](https://avatars.githubusercontent.com/u/1450687?v=4)](https://github.com/aaiyo "aaiyo (3 commits)")

### Embed Badge

![Health badge](/badges/amilna-yii2-nivo-slider/health.svg)

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

###  Alternatives

[mwdelaney/sage-fonts-preload

Automatically preload fonts from the Sage mix manifest

188.3k](/packages/mwdelaney-sage-fonts-preload)

PHPackages © 2026

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