PHPackages                             jinjie/slickhero - 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. jinjie/slickhero

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

jinjie/slickhero
================

Add hero banners powered by slickjs

1.0.1(6y ago)097[1 issues](https://github.com/jinjie/slickhero/issues)1MITPHP

Since Apr 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jinjie/slickhero)[ Packagist](https://packagist.org/packages/jinjie/slickhero)[ RSS](/packages/jinjie-slickhero/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (2)Versions (3)Used By (1)

Slick Hero Banner for Silverstripe
==================================

[](#slick-hero-banner-for-silverstripe)

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

[](#installation)

`composer require jinjie/slickhero`

Add extension to the page where you want to have the hero banners

```
Page:
  extensions:
    - SwiftDevLabs\SlickHero\Extensions\SlickHeroBannerExtension
```

or

```
class MyObject extends Page {
    private static $extensions = [
        SwiftDevLabs\SlickHero\Extensions\SlickHeroBannerExtension::class,
    ];
}
```

SilverStripe Elemental
----------------------

[](#silverstripe-elemental)

If you are using Elemental, you can use the [elemental version](https://github.com/jinjie/slickhero-elemental) instead.

Slick Options
-------------

[](#slick-options)

Slick have many options. So I did not implement all the options. I welome you to implement them!

For now, you can set the options by overriding `getSlickOptions()`. Do make sure to `json_encode`!

See available options at

```
public function getSlickOptions()
{
    return json_encode([
        'dots' => true,
    ]);
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

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

2201d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d24d7bd9fd11fef8ef00cbb7c27213e1701c074242fef49803db9bdcc9af210?d=identicon)[jinjie](/maintainers/jinjie)

---

Top Contributors

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

---

Tags

silverstripeheroslickjs

### Embed Badge

![Health badge](/badges/jinjie-slickhero/health.svg)

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

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.0M71](/packages/silverstripe-userforms)[bramdeleeuw/cookieconsent

GDPR compliant cookie bar and consent checker

1511.5k2](/packages/bramdeleeuw-cookieconsent)

PHPackages © 2026

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