PHPackages                             sktzoootech/cycle-carousel - 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. sktzoootech/cycle-carousel

ActiveSilverstripe-module

sktzoootech/cycle-carousel
==========================

Cycle Carousel is a simple SilverStripe module. The modules uses Cycle2 JQuery Plugin by malsup.

0433[2 issues](https://github.com/sktzoootech/cycle-carousel/issues)[3 PRs](https://github.com/sktzoootech/cycle-carousel/pulls)JavaScript

Since Jan 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/sktzoootech/cycle-carousel)[ Packagist](https://packagist.org/packages/sktzoootech/cycle-carousel)[ RSS](/packages/sktzoootech-cycle-carousel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

```
Cycle Carousel Silverstripe Module
==================================

## Introduction

This module is a simple carousel module that uses Cycle2 JQuery plugin by malsup.
To know more about the Cycle2

## Installation

After downloading, copy this module to your project folder and do a /dev/build?flush=all.

You can also use composer to add this module to your project using the following:

composer require "skTzoooTech/cycle-carousel:*"

But before adding the above module make sure you add sktzoootech/link-field and other modules (Please see composer.json for all dependecy):

composer require "skTzoooTech/link-field:*"

composer require "ajshort/silverstripe-gridfieldextensions:*"

composer require "undefinedoffset/sortablegridfield:*"

## How to use the module

The module requires JQuery so you need to add jquery to your Page_Controller class.
Make sure JQuery isn't added by any other module or else it might not work properly.
To add jquery to your Page_Controller class, add the following to the init method (see example below) :

```php

	public function init() {
		parent::init();

    Requirements::javascript(FRAMEWORK_DIR.'/thirdparty/jquery/jquery.min.js');

  }

```

You can display the carousel to any of your templates.  For example if you want to add the carousel to
your Layout/Page.ss file, add the following to the template:

```php

  $CycleCarouselObject

```
There are heaps of configuration you can apply to the carousel.  All can be set in the template by putting specific
"data-cycle" value. If you wish to customize the template, copy the CarouselTemplate.ss file to your themes template/Include folder.
Follow the documentation found in malsups website
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance54

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community9

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.

### Community

Maintainers

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

---

Top Contributors

[![sktzoootech](https://avatars.githubusercontent.com/u/977504?v=4)](https://github.com/sktzoootech "sktzoootech (11 commits)")

### Embed Badge

![Health badge](/badges/sktzoootech-cycle-carousel/health.svg)

```
[![Health](https://phpackages.com/badges/sktzoootech-cycle-carousel/health.svg)](https://phpackages.com/packages/sktzoootech-cycle-carousel)
```

PHPackages © 2026

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