PHPackages                             juzaweb/image-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. [Image &amp; Media](/categories/media)
4. /
5. juzaweb/image-slider

ActiveJuzaweb-module[Image &amp; Media](/categories/media)

juzaweb/image-slider
====================

Create Image slider for Website

2.0(2y ago)152MITPHPCI passing

Since Oct 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/juzaweb/image-slider)[ Packagist](https://packagist.org/packages/juzaweb/image-slider)[ Docs](https://juzaweb.com)[ RSS](/packages/juzaweb-image-slider/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

Image Slider for Juzaweb CMS
============================

[](#image-slider-for-juzaweb-cms)

Create Image slider for Website. This module provides a simple way to manage and display image sliders on your Juzaweb CMS website.

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

[](#installation)

You can install the module via composer:

```
composer require juzaweb/image-slider
```

Usage in Admin Dashboard
------------------------

[](#usage-in-admin-dashboard)

- Login to Admin dashboard.
- Goto **Appearance » Slider**.
- Click **Add new** to add new slider or **Click name slider** to edit slider.
- Click **Add new banner** to add new image to slider.
    [![Slider setting](https://camo.githubusercontent.com/07cceb02ec9d4f3cf736447c589aca8e9fd8dcbe5b048a40d85e5fadabb93ded/68747470733a2f2f6d796d6f2d646f63732e6a757a617765622e636f6d2f6173736574732f696d672f736c696465722d312e504e47)](https://camo.githubusercontent.com/07cceb02ec9d4f3cf736447c589aca8e9fd8dcbe5b048a40d85e5fadabb93ded/68747470733a2f2f6d796d6f2d646f63732e6a757a617765622e636f6d2f6173736574732f696d672f736c696465722d312e504e47)

    - Title
    - Description
    - Url (Url open when click to slider)
    - Open new tab (Open new tab when click to link)

Usage in Frontend
-----------------

[](#usage-in-frontend)

You can retrieve the slider and its items using the `ImageSlider` model.

```
use Juzaweb\Modules\ImageSlider\Models\ImageSlider;

// Retrieve the slider by its name and load the associated items
$slider = ImageSlider::with('items')->where('name', 'slider-name')->first();

if ($slider) {
    foreach ($slider->items as $item) {
        // Access item properties
        // echo $item->title;
        // echo $item->description;
        // echo $item->image;
    }
}
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance53

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~279 days

Total

4

Last Release

888d ago

Major Versions

v1.0.2 → 2.02024-01-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/3169e8a8781068840e9300a57785089da521287dbe0279fc9cc7e8de1c1d95a9?d=identicon)[juzaweb](/maintainers/juzaweb)

---

Top Contributors

[![juzaweb](https://avatars.githubusercontent.com/u/47020363?v=4)](https://github.com/juzaweb "juzaweb (33 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (3 commits)")

### Embed Badge

![Health badge](/badges/juzaweb-image-slider/health.svg)

```
[![Health](https://phpackages.com/badges/juzaweb-image-slider/health.svg)](https://phpackages.com/packages/juzaweb-image-slider)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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