PHPackages                             infoweb-internet-solutions/yii2-cms-sliders - 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. infoweb-internet-solutions/yii2-cms-sliders

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

infoweb-internet-solutions/yii2-cms-sliders
===========================================

Slider module for Yii2

2.0.1(10y ago)07385[3 issues](https://github.com/infoweb-internet-solutions/yii2-cms-sliders/issues)1MITPHP

Since Jan 7Pushed 9y ago4 watchersCompare

[ Source](https://github.com/infoweb-internet-solutions/yii2-cms-sliders)[ Packagist](https://packagist.org/packages/infoweb-internet-solutions/yii2-cms-sliders)[ RSS](/packages/infoweb-internet-solutions-yii2-cms-sliders/feed)WikiDiscussions master Synced 3d ago

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

Sliders module for Yii 2
========================

[](#sliders-module-for-yii-2)

Docs
----

[](#docs)

- [Installation cms module](https://github.com/infoweb-internet-solutions/yii2-cms/blob/master/README.md)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist infoweb-internet-solutions/yii2-cms-sliders "*"
```

or add

```
"infoweb-internet-solutions/yii2-cms-sliders": "*"
```

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

Once the extension is installed, simply modify your common configuration as follows:

```
return [
    ...
    'modules' => [
        ...
        'yii2images' => [
            'class' => 'rico\yii2images\Module',
            // @frontend/web/
            'imagesStorePath' => '@uploadsBaseUrl/img/store', //path to origin images
            'imagesCachePath' => '@uploadsBaseUrl/img/cache', //path to resized copies
            'graphicsLibrary' => 'GD', //but really its better to use 'Imagick'
            'placeHolderPath' => '@infoweb/sliders/assets/img/placeHolder.png',
        ],
    ],
];
```

Run this migration

```
yii migrate/up --migrationPath=@infoweb/sliders/migrations
```

Import the translations

```
yii i18n/import @infoweb/sliders/messages
```

Add to `backend/config/main.php`

```
'modules' => [
	...
	'sliders' => [
    	'class' => 'infoweb\sliders\Module',
	],
	...
	'cms' => [
		...
		'sideBarItems'  => [
			'modules'   => [
				...
				[
					'label'     => 'Sliders',
					'i18nGroup' => 'infoweb/sliders',
					'url'       => '/sliders/slider/index',
					'authItem'  => 'showSlidersModule',
					'activeUrl' => 'sliders',
				],
			],
		],
	],
	...
],
```

Configuration
-------------

[](#configuration)

All available configuration options are listed below with their default values.

---

##### defaultWith (type: `integer`, default: `800`)

[](#defaultwith-type-integer-default-800)

The default with (in pixels) of a new slider.

---

##### defaultHeight (type: `integer`, default: `200`)

[](#defaultheight-type-integer-default-200)

The default height (in pixels) of a new slider.

---

##### enableImageTitle (type: `boolean`, default: `false`)

[](#enableimagetitle-type-boolean-default-false)

If this option is set to `true`, it is possible to set a title for each image of a slider.

---

##### enableImageSubTitle (type: `boolean`, default: `false`)

[](#enableimagesubtitle-type-boolean-default-false)

If this option is set to `true`, it is possible to set a subtitle for each image of a slider.

---

##### enableImageDescription (type: `boolean`, default: `false`)

[](#enableimagedescription-type-boolean-default-false)

If this option is set to `true`, it is possible to set a description for each image of a slider.

---

##### enableImageUrl (type: `boolean`, default: `false`)

[](#enableimageurl-type-boolean-default-false)

If this option is set to `true`, it is possible to set an url for each image of a slider.

---

##### enableTextPosition (type: `boolean`, default: `false`)

[](#enabletextposition-type-boolean-default-false)

If this option is set to `true`, it is possible to set a position for each image text in the a slider.

---

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 68.1% 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 ~69 days

Recently: every ~42 days

Total

7

Last Release

3730d ago

Major Versions

1.0.4 → 2.0.02016-02-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a977fc12b7f6eba9255863c5d9512e400457c69dd67a4b1df82dbc38908768d?d=identicon)[infoweb-internet-solutions](/maintainers/infoweb-internet-solutions)

---

Top Contributors

[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (62 commits)")[![infoweb-internet-solutions](https://avatars.githubusercontent.com/u/8706156?v=4)](https://github.com/infoweb-internet-solutions "infoweb-internet-solutions (23 commits)")[![fabiomaggio](https://avatars.githubusercontent.com/u/729877?v=4)](https://github.com/fabiomaggio "fabiomaggio (6 commits)")

---

Tags

yii2slidersinfowebyii2-cms-sliders

### Embed Badge

![Health badge](/badges/infoweb-internet-solutions-yii2-cms-sliders/health.svg)

```
[![Health](https://phpackages.com/badges/infoweb-internet-solutions-yii2-cms-sliders/health.svg)](https://phpackages.com/packages/infoweb-internet-solutions-yii2-cms-sliders)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[infoweb-internet-solutions/yii2-cms-analytics

Analytics module for Yii2

112.4k1](/packages/infoweb-internet-solutions-yii2-cms-analytics)

PHPackages © 2026

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