PHPackages                             hypejunction/hypeslider - 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. hypejunction/hypeslider

AbandonedArchivedElgg-plugin

hypejunction/hypeslider
=======================

Content sliders

1.0.0(7y ago)0161proprietaryJavaScriptPHP &gt;=7.0

Since Jul 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/hypeSlider)[ Packagist](https://packagist.org/packages/hypejunction/hypeslider)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-hypeslider/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

hypeSlider
==========

[](#hypeslider)

[![Elgg 3.0](https://camo.githubusercontent.com/6a26ca1c817393b931b8e9da8e3b98241c91a81b64ff2f26f164af94d59a8f1d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d332e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/6a26ca1c817393b931b8e9da8e3b98241c91a81b64ff2f26f164af94d59a8f1d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d332e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

Responsive slider based on Slick.js

Screenshots
-----------

[](#screenshots)

[![Video slide](https://camo.githubusercontent.com/344ce134040b72afd9feac765f3dcf6fac114e2450d99a3bf33613d0da871427/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f656c67675f736c696465722f6d61737465722f73637265656e73686f74732f736c69636b2e706e67 "Slick Slider")](https://camo.githubusercontent.com/344ce134040b72afd9feac765f3dcf6fac114e2450d99a3bf33613d0da871427/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f656c67675f736c696465722f6d61737465722f73637265656e73686f74732f736c69636b2e706e67)[![Image slide](https://camo.githubusercontent.com/6fff8d17d47d2f8c73f2dd6d6f0f1863d79f53240ad8a9fb93bd5367a13b0ede/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f656c67675f736c696465722f6d61737465722f73637265656e73686f74732f736c69636b322e706e67 "Slick Slider")](https://camo.githubusercontent.com/6fff8d17d47d2f8c73f2dd6d6f0f1863d79f53240ad8a9fb93bd5367a13b0ede/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f656c67675f736c696465722f6d61737465722f73637265656e73686f74732f736c69636b322e706e67)

Add a slider
------------

[](#add-a-slider)

To add a new slider to a page:

```
echo elgg_view('page/components/slider', array(
	// An array of slides
	'slides' => array(
		0 => elgg_view('my/awesome/slide', array(
			'headline' => 'Best headline ever',
		)),
		1 => elgg_view('output/img', array(
			'src' => 'http://www.menucool.com/slider/jsImgSlider/images/image-slider-1.jpg',
		)),
		2 => elgg_view('output/img', array(
			'src' => 'http://www.menucool.com/slider/jsImgSlider/images/image-slider-2.jpg',
		)),
		3 => elgg_view('output/img', array(
			'src' => 'http://www.menucool.com/slider/jsImgSlider/images/image-slider-3.jpg',
		)),
		4 => elgg_format_element('iframe', array(
			'src' => 'https://player.vimeo.com/video/3689348',
			'height' => 306,
			'width' => 700,
			'frameborder' => 0,
			'webkitallowfullscreen' => true,
			'mozallowfullscreen' => true,
			'allowfullscreen' => true,
		))
	),

	// Slick slider settings
	'slick' => array(
		'slidesToShow' => 2,
		'slidesToScroll' => 1,
		'speed' => 500,
		'dots' => true,
		'autoplay' => true,
		'autoplaySpeed' => 2000,
	),
));
```

Notes
-----

[](#notes)

- For a full list of slick slider settings, see:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2867d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

[![hypeJunction](https://avatars.githubusercontent.com/u/1202761?v=4)](https://github.com/hypeJunction "hypeJunction (2 commits)")

---

Tags

pluginelgg

### Embed Badge

![Health badge](/badges/hypejunction-hypeslider/health.svg)

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

PHPackages © 2026

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