PHPackages                             sersid/yii2-owl-carousel-asset - 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. sersid/yii2-owl-carousel-asset

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

sersid/yii2-owl-carousel-asset
==============================

Adding OwlCarousel to your Yii2 project via Composer

02.0k[1 PRs](https://github.com/Sersid/yii2-owl-carousel-asset/pulls)1PHP

Since Apr 16Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Sersid/yii2-owl-carousel-asset)[ Packagist](https://packagist.org/packages/sersid/yii2-owl-carousel-asset)[ RSS](/packages/sersid-yii2-owl-carousel-asset/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

Yii2 OwlCarousel Asset
======================

[](#yii2-owlcarousel-asset)

Adding [OwlCarousel](http://owlgraphic.com/owlcarousel/) to your Yii2 project via Composer

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist sersid/yii2-owl-carousel-asset "*"
```

or add

```
"sersid/yii2-owl-carousel-asset": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

The following example is if you wish to register the bundle on a specific view

```
// this code is written on that specific view
sersid\owlcarousel\Asset::register($this);
```

But it could be that you wish to use it as part of another asset bundle or globally registered on your application. For the following example, we going to registered as part of the main application asset bundle AppAsset:

```
class AppAsset extends AssetBundle
{
    public $depends = [
        ...
        'sersid\owlcarousel\Asset'
    ];
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/2066261?v=4)[Sersid](/maintainers/Sersid)[@Sersid](https://github.com/Sersid)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[byrokrat/accounting

Analysis and generation of bookkeeping data according to Swedish standards

121.6k](/packages/byrokrat-accounting)[php-redis/bloom-filter

php-redis/bloom-filter

101.9k](/packages/php-redis-bloom-filter)

PHPackages © 2026

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