PHPackages                             m12/neos-nodetype-slickcarousel - 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. m12/neos-nodetype-slickcarousel

ActiveTypo3-flow-plugin[Utility &amp; Helpers](/categories/utility)

m12/neos-nodetype-slickcarousel
===============================

Slick carousel for Neos CMS

v1.0.0(9y ago)101.5k3[1 issues](https://github.com/million12/Neos.Plugin.SlickCarousel/issues)2MITPHP

Since Mar 24Pushed 8y ago3 watchersCompare

[ Source](https://github.com/million12/Neos.Plugin.SlickCarousel)[ Packagist](https://packagist.org/packages/m12/neos-nodetype-slickcarousel)[ RSS](/packages/m12-neos-nodetype-slickcarousel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (2)

M12.SlickCarousel - Slick carousel for Neos CMS
===============================================

[](#m12slickcarousel---slick-carousel-for-neos-cms)

[Slick Carousel](https://github.com/kenwheeler/slick) node type for [Neos CMS](https://www.neos.io/).

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

[](#installation)

- Install this Neos plugin via composer:

```
composer require m12/neos-nodetype-slickcarousel:dev-master

```

- Install Slick code in your site package. Refer to [Slick](https://github.com/kenwheeler/slick) documentation for details, you will need to include `slick.js`, `slick.css` and perhaps `slick-theme.css` to your page.
- Add the following code to the end of BODY tag:

```
$(document).ready(function () {
    var slickEl = $('.m12-slickcarousel-slick');

    $(slickEl).on('init', function(event, slick) {
        // Support non-standard 'nextOnClick' option:
        if (slick.slickGetOption('nextOnClick')) {
            $(slick.$slider).on('click', function() {
                slick.slickNext();
            });
        }
    });

    // Initialise Slick
    $(slickEl).slick();
});

```

Also see the [Pb.Site](https://github.com/million12/Pb.Site) site package for a complete example of how to install it with npm/gulp.

Author(s)
---------

[](#authors)

- Marcin Ryzycki

Licensed under: The MIT License (MIT)

**Sponsored by** [PrototypeBrewery.io - the new prototyping tool](http://prototypebrewery.io/)for building fully interactive prototypes of your website or web app. Built on top of Neos CMS and Zurb Foundation framework.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 86.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 ~266 days

Total

3

Last Release

3535d ago

Major Versions

v0.1.0 → v1.0.0-rc12016-07-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/a34efb7a76d2f4ab5d707b74b4c3b4450bb0900e56bc48bf4c3f88bc1e8a4e7b?d=identicon)[ryzy](/maintainers/ryzy)

---

Top Contributors

[![ryzy](https://avatars.githubusercontent.com/u/994940?v=4)](https://github.com/ryzy "ryzy (13 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (2 commits)")

### Embed Badge

![Health badge](/badges/m12-neos-nodetype-slickcarousel/health.svg)

```
[![Health](https://phpackages.com/badges/m12-neos-nodetype-slickcarousel/health.svg)](https://phpackages.com/packages/m12-neos-nodetype-slickcarousel)
```

###  Alternatives

[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)

PHPackages © 2026

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