PHPackages                             ionutradis/extslider - 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. ionutradis/extslider

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ionutradis/extslider
====================

External slider service extractor

1.1.x-dev(6y ago)028proprietaryPHP

Since Feb 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ionutradis/extslider)[ Packagist](https://packagist.org/packages/ionutradis/extslider)[ RSS](/packages/ionutradis-extslider/feed)WikiDiscussions 1.1 Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (0)

SETUP
=====

[](#setup)

- INSTALLATION

    ```
      composer require ionutradis/extslider:1.1.x-dev

    ```
- LOAD PROVIDER IN YOUR config/app.php

    ```
      ionutradis\extslider\ExtSliderServiceProvider::class,

    ```
- PUBLISH CONFIG FILE

    ```
      php artisan vendor:publish --provider="ionutradis\extslider\ExtSliderServiceProvider" --tag=config

    ```
- SET FEED URL OF XML FORMAT IN config/extslider.php
- RUN COMMAND

    ```
      php artisan migrate

    ```

USAGE
=====

[](#usage)

- IMPORT/UPDATE SLIDERS

    ```
      new ExtSliderController('slug'); //string type updates local slider by slider group
                      or
      new ExtSliderController(1); // int type fetches and stores local slider by external slider id
                      or
      new ExtSliderController(true); // bool type tells the script to fetch all the sliders
                      or
      new ExtSliderController(1, true); // by passing 'true' as second parameter, the script will also update the slider(s)

    ```
- VIEW

    ```
      @include('extslider::html', ['slug' => 'homepage'])

    ```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

2263d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57250025?v=4)[Ionut Radis](/maintainers/ionutradis)[@ionutradis](https://github.com/ionutradis)

---

Top Contributors

[![ionutradis](https://avatars.githubusercontent.com/u/57250025?v=4)](https://github.com/ionutradis "ionutradis (33 commits)")

### Embed Badge

![Health badge](/badges/ionutradis-extslider/health.svg)

```
[![Health](https://phpackages.com/badges/ionutradis-extslider/health.svg)](https://phpackages.com/packages/ionutradis-extslider)
```

PHPackages © 2026

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