PHPackages                             mage2sk/module-slick-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. mage2sk/module-slick-slider

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mage2sk/module-slick-slider
===========================

Magento 2 Slick Slider Sample Module

2.1.4(4y ago)010OSL-3.0JavaScriptPHP ~7.3.0||~7.4.0

Since Jan 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mage2sk/module-slick-slider)[ Packagist](https://packagist.org/packages/mage2sk/module-slick-slider)[ RSS](/packages/mage2sk-module-slick-slider/feed)WikiDiscussions main Synced today

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Mage2sk : How to use Slick Slider in Magento 2
==============================================

[](#mage2sk--how-to-use-slick-slider-in-magento-2)

We will learn here, how to use **Slick Slider** in Magento 2 step by step.

We can create new module in `app/code/` directory..

### Step - 1 - Create a directory for the module

[](#step---1---create-a-directory-for-the-module)

- In Magento 2, module name divided into two parts i.e Vendor\_Module (for e.g Magento\_Theme, Magento\_Catalog)
- We will create `Mage2sk_SlickSlider` here, So `Mage2sk` is vendor name and `SlickSlider` is name of this module.
- So first create your namespace directory (`Mage2sk`) and move into that directory.
- Then create module name directory (`SlickSlider`)

Now Go to : `app/code/Mage2sk/SlickSlider`

### Step - 2 - Create module.xml file to declare new module.

[](#step---2---create-modulexml-file-to-declare-new-module)

- Magento 2 looks for configuration information for each module in that module’s etc directory. so we need to add module.xml file here in our module `app/code/Mage2sk/SlickSlider/etc/module.xml` and it's content for our module is :

```

```

In this file, we register a module with name `Mage2sk_SlickSlider` and the version is `1.0.0`.

### Step - 3 - create registration.php

[](#step---3---create-registrationphp)

- All Magento 2 module must be registered in the Magento system through the magento `ComponentRegistrar` class. This file will be placed in module's root directory.

In this step, we need to create this file:

```
app/code/Mage2sk/SlickSlider/registration.php

```

And it’s content for our module is:

```

```

- So we can run this URL to check our output.. ([http://www.example.com/magehelper\_slickslider](http://www.example.com/magehelper_slickslider))

### Step - 10 - Create Controllers and Actions

[](#step---10---create-controllers-and-actions)

- Now we will create our controller and action to show all slick slider demo. We will create controller and action here

```
app/code/Mage2sk/SlickSlider/Controller/Index/Index.php

```

And content for this file is :

```

```

- Create template file here ...

> app/code/Mage2sk/SlickSlider/view/frontend/templates/slick-slider.phtml

Add Content in phtml file..

### Step - 12 - Run following commands

[](#step---12---run-following-commands)

- We need to run following commands to check output properly

```
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:static-content:deploy -f

```

Hope this article will helpful to you!!

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~3 days

Total

5

Last Release

1608d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/343e344aa298f189db888b32d62f9202d31ced1a5ea23411850a63dc4a30299c?d=identicon)[kishansavaliya](/maintainers/kishansavaliya)

---

Top Contributors

[![KishanSavaliya](https://avatars.githubusercontent.com/u/16853223?v=4)](https://github.com/KishanSavaliya "KishanSavaliya (13 commits)")

---

Tags

magento2magento2-custom-modulemagento 2 free extensionsmagento 2 extensionsmagento2 slick sliderHow to use slick slider with Magento 2

### Embed Badge

![Health badge](/badges/mage2sk-module-slick-slider/health.svg)

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

###  Alternatives

[magepal/magento2-googletagmanager

Google Tag Manager (GTM) for Magento 2 with Advance Data Layer

2691.6M5](/packages/magepal-magento2-googletagmanager)[boldcommerce/magento2-ordercomments

Magento 2 Module to add a comment field above the place order button in the checkout

170768.1k](/packages/boldcommerce-magento2-ordercomments)[mageplaza/magento-2-blog-extension

Magento 2 Blog extension

122748.9k5](/packages/mageplaza-magento-2-blog-extension)[magemojo/m2-ce-cron

Replacement package for Magento 2 Cron Functionality

163331.1k](/packages/magemojo-m2-ce-cron)[magepal/magento2-reindex

Reindex your Magento2 store quickly and easily from backend/admin, instead of command line.

111705.0k1](/packages/magepal-magento2-reindex)[opengento/module-gdpr

Gdpr Compliance Module for Magento 2

14686.0k](/packages/opengento-module-gdpr)

PHPackages © 2026

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