PHPackages                             heimrichhannot/contao-slick-bundle - 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. heimrichhannot/contao-slick-bundle

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

heimrichhannot/contao-slick-bundle
==================================

A content slider/carousel for contao based on kenwheelers slick carousel.

1.10.4(1mo ago)316.1k↓53.3%5[3 issues](https://github.com/heimrichhannot/contao-slick-bundle/issues)[5 PRs](https://github.com/heimrichhannot/contao-slick-bundle/pulls)4LGPL-3.0-or-laterPHPPHP ^7.4 || ^8.0CI passing

Since Apr 11Pushed 6d ago4 watchersCompare

[ Source](https://github.com/heimrichhannot/contao-slick-bundle)[ Packagist](https://packagist.org/packages/heimrichhannot/contao-slick-bundle)[ Docs](https://github.com/heimrichhannot/contao-slick-bundle)[ RSS](/packages/heimrichhannot-contao-slick-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (14)Versions (65)Used By (4)

> We moved away from slick slider to tiny slider (see ) because it doesn't have a dependency to jQuery. We're currently looking for a successor for maintaining the bundle. If you're interested, don't hesitate to contact us via GitHub issue or mail.

Slick
=====

[](#slick)

A content slider/carousel for contao based on [kenwheelers slick carousel](http://kenwheeler.github.io/slick/).

Features
--------

[](#features)

- global carousel configurations
- frontend modules for news and events
- content elements for images galleries and other content elements
- responsive
- [Encore Bundle](https://github.com/heimrichhannot/contao-encore-bundle) support
- [List Bundle](https://github.com/heimrichhannot/contao-list-bundle) support

Usage
-----

[](#usage)

### Install

[](#install)

1. Install via composer or contao manager: ```
    composer require heimrichhannot/contao-slick-bundle

    ```
2. Call contao install tool and update the database

The bundle has no default styling for slick slider. If your want to use the slick default theme, please see the slick theme section.

### Setup

[](#setup)

1. Create an slick configuration under System -&gt; Slick configuration. Please consider the slick-carousel documentation for information about the different config options.
2. Select the created config in a slick frontend module, a slick content element or in your list config (Misc -&gt; Add slick).

### Slick theme

[](#slick-theme)

If you want to use the default theme comes with the slick carousel, you need to add the slick theme css. If you use slick together with **encore bundle**, you just need to select the `contao-slick-bundle-theme` entry within layout or page setting. If you use the default contao asset managment, you need to add the `slick-theme.css` to the global asset array:

```
$GLOBALS['TL_USER_CSS']['slick-theme'] = 'assets/slick/slick/slick-theme.css';
```

Ressources
----------

[](#ressources)

[Developer documentation](docs/developers.md)

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance74

Regular maintenance activity

Popularity30

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 60.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 ~53 days

Recently: every ~141 days

Total

56

Last Release

55d ago

PHP version history (3 changes)1.0.0-betaPHP ^7.1

1.6.0PHP ^7.1|^8.0

1.7.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ad3224d8727b622ebd229840eea6b9dbcb83eb0bd609e6ce65b614830ff538?d=identicon)[digitales@heimrich-hannot.de](/maintainers/digitales@heimrich-hannot.de)

---

Top Contributors

[![koertho](https://avatars.githubusercontent.com/u/12064642?v=4)](https://github.com/koertho "koertho (51 commits)")[![ericges](https://avatars.githubusercontent.com/u/25957923?v=4)](https://github.com/ericges "ericges (23 commits)")[![LongDuc89](https://avatars.githubusercontent.com/u/183475641?v=4)](https://github.com/LongDuc89 "LongDuc89 (3 commits)")[![Defcon0](https://avatars.githubusercontent.com/u/1485098?v=4)](https://github.com/Defcon0 "Defcon0 (2 commits)")[![MicioMax](https://avatars.githubusercontent.com/u/1090851?v=4)](https://github.com/MicioMax "MicioMax (1 commits)")[![salteax](https://avatars.githubusercontent.com/u/46114448?v=4)](https://github.com/salteax "salteax (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![fatcrobat](https://avatars.githubusercontent.com/u/480054?v=4)](https://github.com/fatcrobat "fatcrobat (1 commits)")[![fritzmg](https://avatars.githubusercontent.com/u/4970961?v=4)](https://github.com/fritzmg "fritzmg (1 commits)")

---

Tags

carouselcontaocontao5slickslidercontaocarouselsliderslick

### Embed Badge

![Health badge](/badges/heimrichhannot-contao-slick-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/heimrichhannot-contao-slick-bundle/health.svg)](https://phpackages.com/packages/heimrichhannot-contao-slick-bundle)
```

###  Alternatives

[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[heimrichhannot/contao-encore-bundle

This bundle brings deep integration for symfony encore into contao. On the one hand, your can prepare your bundles to define own webpack entries, which added with just one command to your webpack entries. On the other hand, this bundle allows you to add encore entries only on the pages you need them for optimizing your website performance.

1016.6k](/packages/heimrichhannot-contao-encore-bundle)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3189.0k6](/packages/codefog-contao-news-categories)[codefog/contao-haste

haste extension for Contao Open Source CMS

46676.5k171](/packages/codefog-contao-haste)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3177.0k6](/packages/terminal42-contao-node)

PHPackages © 2026

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