PHPackages                             kilyakus/yii2-widget-carousel.slick - 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. kilyakus/yii2-widget-carousel.slick

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

kilyakus/yii2-widget-carousel.slick
===================================

03PHP

Since Apr 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Kilyakus/yii2-widget-carousel.slick)[ Packagist](https://packagist.org/packages/kilyakus/yii2-widget-carousel.slick)[ RSS](/packages/kilyakus-yii2-widget-carouselslick/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-widget-carousel.slick
==========================

[](#yii2-widget-carouselslick)

[Demos](http://kenwheeler.github.io/slick/ "http://kenwheeler.github.io/slick/")

```
use kilyakus\widget\slick\Carousel;

```

```
echo Carousel::widget([
	'container' => '.slider-for',
	'clientOptions'  => [
		'accessibility' => false,
		'centerMode' => false,
		// 'variableWidth' => true,
		'slidesToShow' => 5,
		'slidesToScroll' => 1,
		'arrows' => true,
		'asNavFor' => '.slider-for',
		'dots' => false,
		'infinite' => false,
		'focusOnSelect' => true,
		'swipeToSlide' => true,
		'onBeforeChange'=> new JsExpression('function(){
		}'),
		'onAfterChange' => new JsExpression('function(){
		}'),
		'prevArrow' => Html::tag('button', '', ['class' => 'slick-prev slick-arrow']),
		'nextArrow' => Html::tag('button', '', ['class' => 'slick-next slick-arrow']),
		'responsive' => [
			[
				'breakpoint' => 823,
				'settings' => [
					'slidesToShow'=> 7
				],
			],
			[
				'breakpoint' => 360,
				'settings' => [
					'slidesToShow'=> 3
				],
			],
		],
	],
]);

    1
    2
    3
    4
    5
    6

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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/6f954935721726f0aad7c7ca8b7670231a219ea93d4d5fe90322c442134b8bc2?d=identicon)[Kilyakus](/maintainers/Kilyakus)

---

Top Contributors

[![Kilyakus](https://avatars.githubusercontent.com/u/38432843?v=4)](https://github.com/Kilyakus "Kilyakus (12 commits)")

### Embed Badge

![Health badge](/badges/kilyakus-yii2-widget-carouselslick/health.svg)

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

###  Alternatives

[beyondit/opencart-extension-installer

Custom Composer Installer for installing OpenCart Extensions

1020.4k3](/packages/beyondit-opencart-extension-installer)

PHPackages © 2026

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