PHPackages                             gevman/yii2-owl-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gevman/yii2-owl-carousel

ActivePackage[Utility &amp; Helpers](/categories/utility)

gevman/yii2-owl-carousel
========================

Owl Carousel 2 for Widget Yii2

0.2.1(8y ago)2269↓75%MITPHP

Since Apr 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gevorgmansuryan/yii2-owl-carousel)[ Packagist](https://packagist.org/packages/gevman/yii2-owl-carousel)[ RSS](/packages/gevman-yii2-owl-carousel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Owl Carousel 2 for Widget Yii2
==============================

[](#owl-carousel-2-for-widget-yii2)

installation
------------

[](#installation)

using composer

```
gevman/yii2-owl-carousel
```

example of usage
----------------

[](#example-of-usage)

```
echo \Gevman\OwlCarousel\OwlCarousel::widget([
    'elements' => [
        Html::img(null, ['class' => 'owl-lazy', 'data' => ['src' => Yii::getAlias('@web/images/image-1.jpg')]]),
        Html::img(null, ['class' => 'owl-lazy', 'data' => ['src' => Yii::getAlias('@web/images/image-2.jpg')]]),
        Html::img(null, ['class' => 'owl-lazy', 'data' => ['src' => Yii::getAlias('@web/images/image-3.jpg')]]),
    ],
    'config' => [
        'items' => 1,
        'lazyLoad' => true,
        'loop' => true,
        'dots' => true,
        'autoplay' => true,
    ]
]);
```

For more options check [Owl Carousel 2 Official Docs](https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

3

Last Release

2960d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11891855?v=4)[Gevorg Mansuryan](/maintainers/gevorgmansuryan)[@gevorgmansuryan](https://github.com/gevorgmansuryan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gevman-yii2-owl-carousel/health.svg)

```
[![Health](https://phpackages.com/badges/gevman-yii2-owl-carousel/health.svg)](https://phpackages.com/packages/gevman-yii2-owl-carousel)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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