PHPackages                             amilna/yii2-sequence-widget - 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-sequence-widget

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

amilna/yii2-sequence-widget
===========================

Sequencejs widget for Yii2

0.0.2(11y ago)173311MITJavaScript

Since Feb 11Pushed 11y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (1)

Sequence JS Widget for Yii2
===========================

[](#sequence-js-widget-for-yii2)

A customizable sequencejs plugin for Yii2 based on [Sequencejs](http://www.sequencejs.com/).

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

[](#installation)

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

Either run

```
php composer.phar require "amilna/yii2-sequence-widget" "*"

```

or add

```
"amilna/yii2-sequence-widget" : "*"
```

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\sequencejs\SequenceJs;

echo SequenceJs::widget([
		'dataProvider'=>$dataProvider, // active data provider
		'targetId'=>'sequence',	//id of rendered sequencejs (the container will constructed by the widget with the given id)
		'imageKey'=>'front_image', //model attribute to be used as image
		'backgroundKey'=>'image', //model attribute to be used as background
		'theme' => 'parallax', //available themes: default, parallax, modern

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

		// example to overide default themes
		'itemView'=>function ($model, $key, $widget) {
						$type = ['aeroplane','balloon','kite'];
						$html = '

										'.$model->title.'
										'.$model->description.'

								';

						return $html;
					},

		//	example to overide default options	more options on http://sequencejs.com
		'options'=>[
				'autoPlay'=> true,
				'autoPlayDelay'=> 3000,
				'cycle'=>true,
				'nextButton'=> true,
				'prevButton'=> true,
				'preloader'=> true,
				'navigationSkip'=> false
			],

		//	example to use widget without active data provider (the target selector should already rendered)
		'targets' => [
			'.sequencejs' => [
				'autoPlay'=> true,
				'autoPlayDelay'=> 3000,
				'cycle'=>true,
				'nextButton'=> true,
				'prevButton'=> true,
				'preloader'=> true,
				'navigationSkip'=> false
			],
		],

 	]);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~11 days

Total

2

Last Release

4103d ago

### 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 (9 commits)")

---

Tags

yii2widgetbannersequence

### Embed Badge

![Health badge](/badges/amilna-yii2-sequence-widget/health.svg)

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

###  Alternatives

[softark/yii2-dual-listbox

Bootstrap Dual Listbox Widget for Yii 2

20144.4k11](/packages/softark-yii2-dual-listbox)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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