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 1mo 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 1mo ago

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

36

—

LowBetter than 81% of packages

Maintenance62

Regular maintenance activity

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

833d 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

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[marc1706/fast-image-size

fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.

959.4M20](/packages/marc1706-fast-image-size)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495225.1k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)

PHPackages © 2026

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