PHPackages                             bcmarketplace/module-carousel-fusion - 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. bcmarketplace/module-carousel-fusion

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

bcmarketplace/module-carousel-fusion
====================================

Magento 2 wrapper for Owl Carousel v2.3.4 jQuery widget with accessibility enhancements and modern browser API support.

1.1.1(5mo ago)04↓50%proprietaryJavaScriptPHP ~8.2.0||~8.3.0

Since Nov 30Pushed 5mo agoCompare

[ Source](https://github.com/bcmarketplace/module-carousel-fusion)[ Packagist](https://packagist.org/packages/bcmarketplace/module-carousel-fusion)[ RSS](/packages/bcmarketplace-module-carousel-fusion/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

BCMarketplace CarouselFusion
============================

[](#bcmarketplace-carouselfusion)

What It Does
------------

[](#what-it-does)

CarouselFusion adds responsive image carousels to your Magento storefront. It's built on Owl Carousel and includes accessibility features for better user experience.

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

[](#installation)

### Prerequisites

[](#prerequisites)

- Magento 2.4.x (Community or Enterprise Edition)
- PHP 8.2 or 8.3
- Composer 2.x

### Step 1: Configure Repository

[](#step-1-configure-repository)

Since this is a private package, you need to add the repository to your `composer.json`. You can do this using one of the following methods:

#### Option A: Using Composer Config (Recommended)

[](#option-a-using-composer-config-recommended)

```
# Add the CarouselFusion repository
composer config repositories.bcmarketplace-carousel-fusion vcs git@github.com:bcmarketplace/module-carousel-fusion.git

# Add the Base module repository (required dependency)
composer config repositories.bcmarketplace-base vcs git@github.com:bcmarketplace/module-base.git
```

#### Option B: Manual Configuration

[](#option-b-manual-configuration)

Add the following to your `composer.json` file:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:bcmarketplace/module-carousel-fusion.git"
    },
    {
      "type": "vcs",
      "url": "git@github.com:bcmarketplace/module-base.git"
    }
  ]
}
```

### Step 2: Install the Module

[](#step-2-install-the-module)

#### Install Stable Version

[](#install-stable-version)

```
composer require bcmarketplace/module-carousel-fusion
```

This will automatically install the required `bcmarketplace/module-base` dependency.

#### Install from Develop Branch (Latest Development Version)

[](#install-from-develop-branch-latest-development-version)

```
composer require bcmarketplace/module-carousel-fusion:dev-develop
```

### Step 3: Enable the Module

[](#step-3-enable-the-module)

```
bin/magento module:enable BCMarketplace_CarouselFusion
```

### Step 4: Run Setup Upgrade

[](#step-4-run-setup-upgrade)

```
bin/magento setup:upgrade
```

### Step 5: Deploy Static Content

[](#step-5-deploy-static-content)

```
bin/magento setup:static-content:deploy -f
```

### Step 6: Clear Cache

[](#step-6-clear-cache)

```
bin/magento cache:flush
```

### Complete Installation Command Sequence

[](#complete-installation-command-sequence)

```
# Configure repositories
composer config repositories.bcmarketplace-carousel-fusion vcs git@github.com:bcmarketplace/module-carousel-fusion.git
composer config repositories.bcmarketplace-base vcs git@github.com:bcmarketplace/module-base.git

# Install module
composer require bcmarketplace/module-carousel-fusion

# Enable and setup
bin/magento module:enable BCMarketplace_CarouselFusion
bin/magento setup:upgrade
bin/magento setup:static-content:deploy -f
bin/magento cache:flush
```

How to Use
----------

[](#how-to-use)

### In Templates

[](#in-templates)

Add this HTML to your template:

```

    Slide 1
    Slide 2
    Slide 3

```

### Common Options

[](#common-options)

- **items**: Number of items to show (default: 3)
- **loop**: Enable infinite loop (default: false)
- **nav**: Show navigation arrows (default: false)
- **dots**: Show pagination dots (default: true)
- **autoplay**: Auto-play carousel (default: false)

For more options, see the [Owl Carousel Documentation](https://owlcarousel2.github.io/OwlCarousel2/docs/started-welcome.html)

Troubleshooting
---------------

[](#troubleshooting)

**Carousel not showing?**

- Clear cache: `bin/magento cache:flush`
- Deploy static content: `bin/magento setup:static-content:deploy -f`
- Check browser console for errors

**Styles not working?**

- Clear cache and redeploy static content
- Check that your theme isn't overriding the styles

Support
-------

[](#support)

**Author**: Raphael Baako
**Email**:
**Company**: Baako Consulting LLC

License
-------

[](#license)

Proprietary - All rights reserved.

**Note**: This module includes Owl Carousel v2.3.4, which is licensed under the MIT License.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance71

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Every ~0 days

Total

2

Last Release

162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65354e2ed5aad9fa5e5b5e992e303d18a3149bab4a99e4b71e4019e31fab0808?d=identicon)[bcmarketplace](/maintainers/bcmarketplace)

---

Top Contributors

[![bcmarketplace](https://avatars.githubusercontent.com/u/180615612?v=4)](https://github.com/bcmarketplace "bcmarketplace (13 commits)")

### Embed Badge

![Health badge](/badges/bcmarketplace-module-carousel-fusion/health.svg)

```
[![Health](https://phpackages.com/badges/bcmarketplace-module-carousel-fusion/health.svg)](https://phpackages.com/packages/bcmarketplace-module-carousel-fusion)
```

###  Alternatives

[tig/postnl-magento2

TIG Magento 2 PostNL extension

58544.2k4](/packages/tig-postnl-magento2)[lillik/magento2-price-decimal

Magento 2 Price Decimal Precision

111147.5k](/packages/lillik-magento2-price-decimal)[nosto/module-nostotagging

Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.

27659.1k4](/packages/nosto-module-nostotagging)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)[doofinder/doofinder-magento2

Doofinder module for Magento 2

13204.0k1](/packages/doofinder-doofinder-magento2)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

293.8k](/packages/magepal-magento2-form-field-manager)

PHPackages © 2026

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