PHPackages                             connect232/carousel-videos - 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. connect232/carousel-videos

ActiveCakephp-plugin

connect232/carousel-videos
==========================

Carousel Videos plugin for CakePHP

1.1(5y ago)17MITPHPPHP &gt;=7.2

Since Mar 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/connect232/carousel-videos)[ Packagist](https://packagist.org/packages/connect232/carousel-videos)[ RSS](/packages/connect232-carousel-videos/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Carousel Videos plugin for CakePHP
==================================

[](#carousel-videos-plugin-for-cakephp)

Prerequisites
-------------

[](#prerequisites)

Bootstrap 4

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

[](#installation)

Run:

```
composer require connect232/carousel-videos

```

Usage
-----

[](#usage)

Run :

```
bin/cake plugin load CarouselVideos

```

Or in your `src/Application.php` add:

```
$this->addPlugin('CarouselVideos');

```

Run migrations:

```
bin/cake migrations migrate -p CarouselVideos

```

Add carousel cell to template file:

```

```

Include script and css:

```

```

or if using AssetCompress plugin in you asset\_compress.ini file add:

```
paths[] = ../vendor/connect232/carousel-videos/webroot/js/*
files[] = carousel.js
paths[] = ../vendor/connect232/carousel-videos/webroot/css/*
files[] = carousel.css

```

Add to your routes file:

```
$routes->prefix('admin', function (RouteBuilder $routes) {
    $routes->loadPlugin('CarouselVideos');
    $routes->fallbacks(DashedRoute::class);
});

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1888d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56870712?v=4)[connect232](/maintainers/connect232)[@connect232](https://github.com/connect232)

---

Top Contributors

[![connect232](https://avatars.githubusercontent.com/u/56870712?v=4)](https://github.com/connect232 "connect232 (3 commits)")

### Embed Badge

![Health badge](/badges/connect232-carousel-videos/health.svg)

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

PHPackages © 2026

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