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. [Framework](/categories/framework)
4. /
5. connect232/carousel-videos

ActiveCakephp-plugin[Framework](/categories/framework)

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 3w ago

READMEChangelog (2)Dependencies (2)Versions (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 26% 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

1938d 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)")

###  Code Quality

TestsPHPUnit

### 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)
```

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M170](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M199](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M43](/packages/dereuromark-cakephp-ide-helper)[cakephp/twig-view

Twig powered View for CakePHP

155.7M19](/packages/cakephp-twig-view)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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